make_ext4fs: fix build on musl systems
[project/make_ext4fs.git] / ext4_utils.h
index a5c1ae0167da17c04cad34c63ee3bd8de7be6ec8..bfc48ed27ba27c00664329bb828807a5247b8b82 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 #define _LARGEFILE64_SOURCE 1
 #include <sys/types.h>
 
-#ifdef __GLIBC__
+#ifndef __APPLE__
 #include <sys/sysmacros.h>
 #endif