aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extract.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extract.h b/extract.h
index 25860237..face5b7e 100644
--- a/extract.h
+++ b/extract.h
@@ -19,7 +19,9 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#ifndef _WIN32
#include <arpa/inet.h>
+#endif
/*
* Macros to extract possibly-unaligned big-endian integral values.