summaryrefslogtreecommitdiff
path: root/src/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/endian.h')
-rw-r--r--src/endian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endian.h b/src/endian.h
index 498db4d..a701750 100644
--- a/src/endian.h
+++ b/src/endian.h
@@ -36,7 +36,7 @@
#ifndef _WIN32
#include <arpa/inet.h>
#else
-#include <Winsock2.h>
+#include <winsock2.h>
#endif
#define SEQ_NR_T_NTOH(a) ntohl(a)