Skip to content

Commit 24fe475

Browse files
committed
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)
1 parent 6e35a11 commit 24fe475

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/os_unix.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ mch_check_messages(void)
566566
# ifdef MACOS_X_DARWIN
567567
# include <mach/mach_host.h>
568568
# include <mach/mach_port.h>
569-
# include <mach/vm_page_size.h>
570569
# endif
571570

572571
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,8 @@ static char *(features[]) =
766766

767767
static int included_patches[] =
768768
{ /* Add new patch number below this line */
769+
/**/
770+
1568,
769771
/**/
770772
1567,
771773
/**/

0 commit comments

Comments
 (0)