aboutsummaryrefslogtreecommitdiff
path: root/programs/tsctp.c
diff options
context:
space:
mode:
authort00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-09-04 23:08:15 +0000
committert00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2012-09-04 23:08:15 +0000
commitb5b42e3ab7109357bc5e2cf864e52d1c3b271226 (patch)
treebf49cbcc937f09d04c17b08c749609eff5d35b71 /programs/tsctp.c
parentfb16ac408be3989399ebf6d0055f356f3683a31a (diff)
downloadusrsctp-b5b42e3ab7109357bc5e2cf864e52d1c3b271226.tar.gz
Add missing include.
Diffstat (limited to 'programs/tsctp.c')
-rw-r--r--programs/tsctp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/tsctp.c b/programs/tsctp.c
index 3351a0be..af477b4c 100644
--- a/programs/tsctp.c
+++ b/programs/tsctp.c
@@ -35,6 +35,7 @@
#include <WS2tcpip.h>
#include <stdlib.h>
#include <crtdbg.h>
+#include <sys/timeb.h>
#else
#include <sys/socket.h>
#include <netinet/in.h>