12 lines
379 B
Diff
12 lines
379 B
Diff
--- a/util/inteltool/inteltool.h 2018-08-27 12:35:48.049321340 +0200
|
|
+++ b/util/inteltool/inteltool.h 2018-08-27 12:30:27.434969376 +0200
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include <stdint.h>
|
|
|
|
-#if defined(__GLIBC__)
|
|
+#if !(defined(__FreeBSD__) || defined(__OpenBSD__) ||defined(__NetBSD__) || defined(__DARWIN__))
|
|
#include <sys/io.h>
|
|
#endif
|
|
#if (defined(__MACH__) && defined(__APPLE__))
|