devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=dfd14bc7d35a3245b1ef2ca5624f2a64a51922e9
commit dfd14bc7d35a3245b1ef2ca5624f2a64a51922e9 Author: Chris Michael <[email protected]> Date: Fri May 9 13:58:20 2014 +0100 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 <[email protected]> --- src/modules/wl_x11/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/wl_x11/e_mod_main.c b/src/modules/wl_x11/e_mod_main.c index 2978386..d53ea72 100644 --- a/src/modules/wl_x11/e_mod_main.c +++ b/src/modules/wl_x11/e_mod_main.c @@ -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" }; --
