Commit 8c71c307 by Anton Danielsson

Fixed OS macros changed in previous pull request.

parent a2f2a28b
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <sys/types.h> // this header must be included before 'sys/sysctl.h' to avoid compilation error on FreeBSD #include <sys/types.h> // this header must be included before 'sys/sysctl.h' to avoid compilation error on FreeBSD
#include <sys/time.h> #include <sys/time.h>
#include <unistd.h> #include <unistd.h>
#if defined OS_FREEBSD || defined OS_MACOSX #if defined BENCHMARK_OS_FREEBSD || defined BENCHMARK_OS_MACOSX
#include <sys/sysctl.h> #include <sys/sysctl.h>
#endif #endif
#endif #endif
......
Markdown is supported
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