Fix mac compile for latest macos SDK

Following 3feb2473a2, `mach_vm.h` seems to have been deleted
This commit is contained in:
menduz 2023-08-15 21:00:46 -03:00 committed by GitHub
parent c689e9e0aa
commit e05545b04a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@
# if defined(__APPLE__)
# include <TargetConditionals.h>
# if !TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR
# include <mach/mach_vm.h>
# include <mach/mach.h>
# include <mach/vm_statistics.h>
# endif
# include <pthread.h>