From 24fe4758941a5a59669f135e45ea7ec69d16fe9f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 5 Mar 2018 10:54:53 +0100 Subject: [PATCH] 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) --- src/os_unix.c | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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, /**/ -- 2.50.1