We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e35a11 commit 24fe475Copy full SHA for 24fe475
2 files changed
src/os_unix.c
@@ -566,7 +566,6 @@ mch_check_messages(void)
566
# ifdef MACOS_X_DARWIN
567
# include <mach/mach_host.h>
568
# include <mach/mach_port.h>
569
-# include <mach/vm_page_size.h>
570
# endif
571
572
/*
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1568,
771
/**/
772
1567,
773
0 commit comments