Only include sys/sysmacros.h on glibc, it is not portable
[project/make_ext4fs.git] / ext4_utils.h
index f7c4b7f..71f1cd6 100644 (file)
@@ -27,7 +27,11 @@ extern "C" {
 #define _FILE_OFFSET_BITS 64
 #define _LARGEFILE64_SOURCE 1
 #include <sys/types.h>
+
+#ifdef __GLIBC__
 #include <sys/sysmacros.h>
+#endif
+
 #include <unistd.h>
 #include <errno.h>
 #include <stdarg.h>