From: Bram Moolenaar Date: Mon, 5 Mar 2018 09:54:53 +0000 (+0100) Subject: patch 8.0.1568: can't build on older Mac, header file is missing X-Git-Tag: v8.0.1568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24fe4758941a5a59669f135e45ea7ec69d16fe9f;p=vim patch 8.0.1568: can't build on older Mac, header file is missing Problem: Can't build on older Mac, header file is missing. Solution: Remove the header file. (Ozaki Kiichi, closes #2691) --- diff --git a/src/os_unix.c b/src/os_unix.c index 45fd26176..9819176b5 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -566,7 +566,6 @@ mch_check_messages(void) # ifdef MACOS_X_DARWIN # include # include -# include # endif /* diff --git a/src/version.c b/src/version.c index cbd28eedc..96ac824ee 100644 --- a/src/version.c +++ b/src/version.c @@ -766,6 +766,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1568, /**/ 1567, /**/