include sched.h if OS is Android

This commit is contained in:
Werner Saar 2016-01-05 12:36:49 +01:00
parent 7d144aaabc
commit 5f2fa15e04
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ extern "C" {
#include <sched.h> #include <sched.h>
#endif #endif
#if defined(OS_DARWIN) || defined(OS_FREEBSD) || defined(OS_NETBSD) #if defined(OS_DARWIN) || defined(OS_FREEBSD) || defined(OS_NETBSD) || defined(OS_ANDROID)
#include <sched.h> #include <sched.h>
#endif #endif