# HG changeset patch # User Christian Brabandt # Date 1520244007 -3600 # Node ID cfc2451da50927bcabb9e2a57b9f161f512f097e # Parent a4ae18a07b3f42b44e18a79e3649a91ca4bbe274 patch 8.0.1568: can't build on older Mac, header file is missing commit https://github.com/vim/vim/commit/24fe4758941a5a59669f135e45ea7ec69d16fe9f Author: Bram Moolenaar Date: Mon Mar 5 10:54:53 2018 +0100 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 https://github.com/vim/vim/issues/2691) diff --git a/src/os_unix.c b/src/os_unix.c --- 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 --- 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,