BACKENDS: Allow various files to use stuff from time.h

This commit is contained in:
Max Horn 2011-05-03 11:27:44 +02:00
parent 3201bb46bd
commit 3d4e9fe674
9 changed files with 24 additions and 1 deletions

View file

@ -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>