blob: ecb123bc4c059994f279dec9712d22c33146512e (
plain) (
blame)
1
2
3
4
5
6
7
|
--- a/include/portable-linux.h (index)
+++ b/include/portable-linux.h (working tree)
@@ -104,1 +104,3 @@
-#define HAVE_BITS_TYPES_H 1
+#ifdef __linux__
+#define HAVE_BITS_TYPES_H 1
+#endif
|