diff options
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 8b3a13b..dad9468 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -77,6 +77,12 @@ | |||
77 | #if HAVE_EVAS_SOFTWARE_16_WINCE | 77 | #if HAVE_EVAS_SOFTWARE_16_WINCE |
78 | #include "engine_software_16_wince.h" | 78 | #include "engine_software_16_wince.h" |
79 | #endif | 79 | #endif |
80 | #if defined(HAVE_EVAS_WAYLAND_EGL) && defined(BUILD_WAYLAND_EGL) | ||
81 | #include "engine_wayland_egl.h" | ||
82 | #endif | ||
83 | #if defined(HAVE_EVAS_WAYLAND_SHM) && defined(BUILD_WAYLAND_SHM) | ||
84 | #include "engine_wayland_shm.h" | ||
85 | #endif | ||
80 | 86 | ||
81 | #ifdef __cplusplus | 87 | #ifdef __cplusplus |
82 | extern "C" | 88 | extern "C" |