mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Fixed include of <sys/types.h>
This commit is contained in:
parent
0231ccab63
commit
b3a3a2e09b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "private-libwebsockets.h"
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
#ifdef LWS_HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue