diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-02-12 08:21:22 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-02-12 08:21:22 +0000 |
commit | e6442777a472f82223404f68bf2fdaf85878cca1 (patch) | |
tree | 83f687818acdab18ed06b66a08043b7f6a844632 | |
parent | ac729f10f486d69676904cc3f22908512297ae1a (diff) |
Add expedite drm header to includes if building with drm support
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/bin/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 9732ec2..c8107a8 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -83,6 +83,9 @@ | |||
83 | #if HAVE_EVAS_WAYLAND_SHM | 83 | #if HAVE_EVAS_WAYLAND_SHM |
84 | #include "engine_wayland_shm.h" | 84 | #include "engine_wayland_shm.h" |
85 | #endif | 85 | #endif |
86 | #if HAVE_EVAS_DRM | ||
87 | #include "engine_drm.h" | ||
88 | #endif | ||
86 | 89 | ||
87 | #ifdef __cplusplus | 90 | #ifdef __cplusplus |
88 | extern "C" | 91 | extern "C" |