summaryrefslogtreecommitdiff
path: root/src/endian.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2012-01-06 00:00:55 +0000
committerChristian Pointner <equinox@anytun.org>2012-01-06 00:00:55 +0000
commit1be43e24526b9adc23c8f1d1312aa31ceb024028 (patch)
tree737864e7905f3be8abafcf1a4feba0dd3c6edaab /src/endian.h
parentbugfix build boost (diff)
some mingw build fixes (still not working)
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)