devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3b5b60be45cea51428e750cb89039f145f8a349b
commit 3b5b60be45cea51428e750cb89039f145f8a349b Author: Chris Michael <[email protected]> Date: Mon Mar 10 08:32:49 2014 +0000 ecore-drm: Add xkbcommon header Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/ecore_drm_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_drm/ecore_drm_private.h b/src/lib/ecore_drm/ecore_drm_private.h index 5e41be7..36f041a 100644 --- a/src/lib/ecore_drm/ecore_drm_private.h +++ b/src/lib/ecore_drm/ecore_drm_private.h @@ -16,6 +16,7 @@ # include <libudev.h> # include <linux/input.h> //# include <libinput.h> +# include <xkbcommon/xkbcommon.h> # include <xf86drm.h> # include <xf86drmMode.h> --
