mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
fuzxy some toolchains need sys socket.h
https://github.com/warmcat/libwebsockets/issues/407 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
9666e1d438
commit
0b09734953
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
#include <syslog.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#define MAX_FUZZ_BUF (1024 * 1024)
|
||||
|
|
Loading…
Add table
Reference in a new issue