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