Add wayland-server header and EGL header (if needed).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-24 15:15:40 +01:00
parent 1060816626
commit a428aac02f
1 changed files with 6 additions and 0 deletions

View File

@ -117,6 +117,12 @@ void *alloca (size_t);
# include <EDBus.h>
# include <Eio.h>
# include <wayland-server.h>
# ifdef HAVE_WAYLAND_EGL
# include <EGL/egl.h>
# endif
# ifdef HAVE_HAL
# include <E_Hal.h>
# endif