mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Android needs sys/resource.h
This commit is contained in:
parent
8dd32ae7c1
commit
119bdaadc2
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
#endif
|
||||
#if defined (__ANDROID__)
|
||||
#include <syslog.h>
|
||||
#include <sys/resource.h>
|
||||
#else
|
||||
#include <sys/syslog.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue