From 038d582bde65bce7a36e727cdef8482fe86bdf20 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 14 Feb 2011 20:58:26 +0000 Subject: [PATCH] add include for gettimeofday even without ssl Signed-off-by: Andy Green --- lib/private-libwebsockets.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h index 2f0dd2d5..0b4cc18d 100644 --- a/lib/private-libwebsockets.h +++ b/lib/private-libwebsockets.h @@ -41,6 +41,7 @@ #include #include +#include #ifdef LWS_OPENSSL_SUPPORT #include