OSDN Git Service

Merge "Always use clang for iotop."
[android-x86/system-extras.git] / ext4_utils / sha1.c
index 1db9134..463ec38 100644 (file)
@@ -17,7 +17,9 @@
 
 #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>