devilhorns pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=e6442777a472f82223404f68bf2fdaf85878cca1

commit e6442777a472f82223404f68bf2fdaf85878cca1
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Feb 12 08:21:22 2014 +0000

    Add expedite drm header to includes if building with drm support
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/main.h | 3 +++
 1 file changed, 3 insertions(+)

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 @@
 #if HAVE_EVAS_WAYLAND_SHM
 #include "engine_wayland_shm.h"
 #endif
+#if HAVE_EVAS_DRM
+#include "engine_drm.h"
+#endif
 
 #ifdef __cplusplus
 extern "C"

-- 


Reply via email to