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:
parent
db9ba42aad
commit
038d582bde
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include <poll.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef LWS_OPENSSL_SUPPORT
|
||||
#include <openssl/ssl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue