diff options
Diffstat (limited to 'platform/iphone/sem_iphone.h')
-rw-r--r-- | platform/iphone/sem_iphone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/sem_iphone.h b/platform/iphone/sem_iphone.h index ebd4e4ee43..3edc4492eb 100644 --- a/platform/iphone/sem_iphone.h +++ b/platform/iphone/sem_iphone.h @@ -37,7 +37,7 @@ struct cgsem { typedef struct cgsem cgsem_t; -#include "os/semaphore.h" +#include "core/os/semaphore.h" class SemaphoreIphone : public Semaphore { |