diff --git a/src/auto/configure b/src/auto/configure index 3d94de5fb8..ca6b3eb3c8 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -10263,10 +10263,11 @@ fi + for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \ - termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \ + termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \ iconv.h langinfo.h unistd.h stropts.h errno.h \ sys/resource.h sys/systeminfo.h locale.h \ sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \ diff --git a/src/configure.in b/src/configure.in index 7514eb3574..ac995d6e27 100644 --- a/src/configure.in +++ b/src/configure.in @@ -2026,7 +2026,7 @@ if test $ac_cv_header_sys_wait_h = no; then fi AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \ - termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \ + termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \ iconv.h langinfo.h unistd.h stropts.h errno.h \ sys/resource.h sys/systeminfo.h locale.h \ sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \ diff --git a/src/version.c b/src/version.c index 4a24da3c99..5809aca5a1 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 148, /**/ 147, /**/