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