Skip to content
Snippets Groups Projects
Commit 91f4e6c4 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

added back include at the right place this time to fix compilation issue on OS X

parent ff5da400
No related branches found
No related tags found
No related merge requests found
Pipeline #79601 passed with stage
in 15 minutes and 19 seconds
......@@ -27,6 +27,8 @@
//#include <sys/sysctl.h>
#if !defined(_SC_PHYS_PAGES) and !__APPLE__
#include <sys/sysinfo.h>
#elif __APPLE__
#include <sys/sysctl.h>
#endif
#include "low_level_utils.h"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment