summaryrefslogtreecommitdiff
path: root/ext4_utils/sha1.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-05 09:44:48 -0700
committerElliott Hughes <enh@google.com>2016-10-05 09:44:48 -0700
commit1eb2f5433461ad437e7dfedca32ce7bf5f09fd21 (patch)
treea883e56ea9ac15e201226e03f776a502e6368611 /ext4_utils/sha1.c
parent0a2b8b5ba2388626424abf88f36553212dd8b2d9 (diff)
downloadextras-1eb2f5433461ad437e7dfedca32ce7bf5f09fd21.tar.gz
Test for _WIN32 in system/extras instead of USE_MINGW.
Bug: http://b/23392815 Test: builds Change-Id: Ide007c7ac8414a82548cc99fe384c7de9ba7494b
Diffstat (limited to 'ext4_utils/sha1.c')
-rw-r--r--ext4_utils/sha1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext4_utils/sha1.c b/ext4_utils/sha1.c
index 5a8a02fb..589b69a4 100644
--- a/ext4_utils/sha1.c
+++ b/ext4_utils/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>