Skip to content
Snippets Groups Projects
Commit 528c902a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Add missing mach header to llmemory

parent df6cb303
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
# include <psapi.h> # include <psapi.h>
#elif defined(LL_DARWIN) #elif defined(LL_DARWIN)
# include <sys/types.h> # include <sys/types.h>
# include <mach/mach.h>
# include <mach/task.h> # include <mach/task.h>
# include <mach/mach_init.h> # include <mach/mach_init.h>
#elif LL_LINUX || LL_SOLARIS #elif LL_LINUX || LL_SOLARIS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment