aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos.h')
-rw-r--r--src/gos/gos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gos/gos.h b/src/gos/gos.h
index dedfcdda..da09a38a 100644
--- a/src/gos/gos.h
+++ b/src/gos/gos.h
@@ -484,6 +484,8 @@
#include "gos_rtx5.h"
#elif GFX_USE_OS_NIOS
#include "gos_nios.h"
+#elif GFX_USE_OS_ZEPHYR
+ #include "gos_zephyr.h"
#elif GFX_USE_OS_QT
#include "gos_qt.h"
#else