wl-x11: Include Ecore_X header

@bugfix: If we are going to be using ecore_x functions, we need to
include the Ecore_X header file

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-05-09 13:58:20 +01:00
parent 4675323286
commit dfd14bc7d3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "e.h"
#include "e_comp_wl.h"
#include <Ecore_Wayland.h>
#include <Ecore_X.h>
EAPI E_Module_Api e_modapi = { E_MODULE_API_VERSION, "Wl_X11" };