diff options
Diffstat (limited to 'include/gos/gos.h')
| -rw-r--r-- | include/gos/gos.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h index 32e0b654..cf143ded 100644 --- a/include/gos/gos.h +++ b/include/gos/gos.h @@ -431,8 +431,10 @@ #include "gos/chibios.h" #elif GFX_USE_OS_WIN32 #include "gos/win32.h" -#elif GFX_USE_OS_POSIX - #include "gos/posix.h" +#elif GFX_USE_OS_LINUX + #include "gos/linux.h" +#elif GFX_USE_OS_OSX + #include "gos/osx.h" #else #error "Your operating system is not supported yet" #endif |
