From 1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 20 Jun 2013 17:23:52 +0000 Subject: initial windows support for ping/pong implementation, to be tested and validated --- src/ivy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ivy.c') 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 #include +#include "timer.h" #define snprintf _snprintf #ifdef __MINGW32__ // should be removed in when defined in MinGW include of ws2tcpip.h -- cgit v1.1