summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorbustico2013-06-20 17:23:52 +0000
committerbustico2013-06-20 17:23:52 +0000
commit1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1 (patch)
tree011808cf654f382692420188af30e71934180357 /src/ivy.c
parentbd89957287441872706432d1e283091b4e5cdbc8 (diff)
downloadivy-c-1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1.zip
ivy-c-1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1.tar.gz
ivy-c-1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1.tar.bz2
ivy-c-1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1.tar.xz
initial windows support for ping/pong implementation, to be tested and validated
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivy.c b/src/ivy.c
index a855094..87717ee 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -27,6 +27,7 @@
#ifdef WIN32
#include <Ws2tcpip.h>
#include <windows.h>
+#include "timer.h"
#define snprintf _snprintf
#ifdef __MINGW32__
// should be removed in when defined in MinGW include of ws2tcpip.h