summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-05 10:54:53 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-05 10:54:53 +0100
commit24fe4758941a5a59669f135e45ea7ec69d16fe9f (patch)
treedc1cf9be5a19e0d868f96fcd8502f9b13291d4ca
parent6e35a11490f1f9061677671220ce4cb73176b44a (diff)
patch 8.0.1568: can't build on older Mac, header file is missingv8.0.1568
Problem: Can't build on older Mac, header file is missing. Solution: Remove the header file. (Ozaki Kiichi, closes #2691)
-rw-r--r--src/os_unix.c1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 45fd261764..9819176b57 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -566,7 +566,6 @@ mch_check_messages(void)
# ifdef MACOS_X_DARWIN
# include <mach/mach_host.h>
# include <mach/mach_port.h>
-# include <mach/vm_page_size.h>
# endif
/*
diff --git a/src/version.c b/src/version.c
index cbd28eedcd..96ac824ee4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1568,
+/**/
1567,
/**/
1566,