1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

add include for gettimeofday even without ssl

Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
Andy Green 2011-02-14 20:58:26 +00:00
parent db9ba42aad
commit 038d582bde

View file

@ -41,6 +41,7 @@
#include <poll.h>
#include <sys/mman.h>
#include <sys/time.h>
#ifdef LWS_OPENSSL_SUPPORT
#include <openssl/ssl.h>