BACKENDS: Allow various files to use stuff from time.h
This commit is contained in:
parent
3201bb46bd
commit
3d4e9fe674
9 changed files with 24 additions and 1 deletions
|
@ -25,6 +25,9 @@
|
|||
|
||||
#if defined(__ANDROID__)
|
||||
|
||||
// Allow use of stuff in <time.h>
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_time_h
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/system_properties.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue