From 31ffc141c39f49ab9d1037f6d62bbde938f9a9f3 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 2 Feb 2012 00:14:59 -0500 Subject: [PATCH] Fix the build on Emscripten struct timeval is used in this file, which requires to be included. --- src/netops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/netops.c b/src/netops.c index 73375d725..0f85eaecd 100644 --- a/src/netops.c +++ b/src/netops.c @@ -8,6 +8,7 @@ # include # include # include +# include # include #else # define _WIN32_WINNT 0x0501