Android needs sys/resource.h
authorAlexander Bruines <alexander.bruines@gmail.com>
Sat, 23 Apr 2016 09:10:18 +0000 (11:10 +0200)
committerAndy Green <andy@warmcat.com>
Sat, 23 Apr 2016 09:18:46 +0000 (17:18 +0800)
lib/private-libwebsockets.h

index 6eb0428..1a4eed6 100644 (file)
 #endif
 #if defined (__ANDROID__)
 #include <syslog.h>
+#include <sys/resource.h>
 #else
 #include <sys/syslog.h>
 #endif