aboutsummaryrefslogtreecommitdiff
path: root/programs/tsctp.c
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2017-06-25 13:02:13 +0200
committerMichael Tuexen <tuexen@fh-muenster.de>2017-06-25 13:02:13 +0200
commit2fea3feb257c1f278e9cc70ebb77d8d71e12c980 (patch)
tree41cfdce47155abe007af18332d77b9fe92d82c04 /programs/tsctp.c
parent473225fd5305d7e8e6692b05aec25e3b4f50ce0c (diff)
downloadusrsctp-2fea3feb257c1f278e9cc70ebb77d8d71e12c980.tar.gz
Use lowercase names for include files.
Taken from https://github.com/sctplab/usrsctp/pull/150/files. Thanks to msbroadf for reporting the issue.
Diffstat (limited to 'programs/tsctp.c')
-rw-r--r--programs/tsctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/tsctp.c b/programs/tsctp.c
index b35fb2a0..903c075f 100644
--- a/programs/tsctp.c
+++ b/programs/tsctp.c
@@ -31,8 +31,8 @@
#include <sys/types.h>
#ifdef _WIN32
-#include <WinSock2.h>
-#include <WS2tcpip.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
#include <stdlib.h>
#include <crtdbg.h>
#include <sys/timeb.h>