1
0
Fork 0
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:
unknown 2016-02-29 16:06:21 +01:00
parent 0231ccab63
commit b3a3a2e09b

View file

@ -21,7 +21,7 @@
#include "private-libwebsockets.h"
#ifndef _WIN32_WCE
#ifdef LWS_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif