# HG changeset patch # User Bram Moolenaar # Date 1298643439 -3600 # Node ID f38283ce871c19cb82b1c4d364fbc3a242c057bd # Parent 464da5b48d277d1052e3c211000717947fa13da6 updated for version 7.3.131 Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file. diff --git a/src/os_unix.h b/src/os_unix.h --- a/src/os_unix.h +++ b/src/os_unix.h @@ -184,10 +184,6 @@ #define BASENAMELEN (MAXNAMLEN - 5) -#ifdef HAVE_ERRNO_H -# include -#endif - #ifdef HAVE_PWD_H # include #endif diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129,