Only include sys/sysmacros.h on glibc, it is not portable
[project/make_ext4fs.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index 463ec38..e2e29cf 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -17,9 +17,6 @@
 
 #define SHA1HANDSOFF           /* Copies data before messing with it. */
 
-#ifndef USE_MINGW
-#include <sys/cdefs.h>
-#endif
 #include <sys/types.h>
 #include <assert.h>
 #include <string.h>