Skip to content
Snippets Groups Projects
Commit 96487167 authored by Alexander Bruines's avatar Alexander Bruines Committed by Andy Green
Browse files

Android needs sys/resource.h

parent 449e7343
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
#endif #endif
#if defined (__ANDROID__) #if defined (__ANDROID__)
#include <syslog.h> #include <syslog.h>
#include <sys/resource.h>
#else #else
#include <sys/syslog.h> #include <sys/syslog.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment