aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/gos.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/gos.h')
-rw-r--r--include/gos/gos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h
index 8e7840e3..37335fbb 100644
--- a/include/gos/gos.h
+++ b/include/gos/gos.h
@@ -435,6 +435,8 @@
#include "gos/linux.h"
#elif GFX_USE_OS_OSX
#include "gos/osx.h"
+#elif GFX_USE_OS_RAW32
+ #include "gos/raw32.h"
#else
#error "Your operating system is not supported yet"
#endif