Add expedite drm header to includes if building with drm support

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-02-12 08:21:22 +00:00
parent ac729f10f4
commit e6442777a4
1 changed files with 3 additions and 0 deletions

View File

@ -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"