From aba428d86c6286d2434107921bd77731562e786c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 23 Jan 2018 16:51:58 -0500 Subject: [PATCH] add missing efl-wl header from mismerged commit ref 9a484d1b64077905e1c6cbae656f8444feedfe33 --- src/bin/e_comp_wl_input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c index 0874cb170..d5870feb0 100644 --- a/src/bin/e_comp_wl_input.c +++ b/src/bin/e_comp_wl_input.c @@ -5,6 +5,7 @@ #ifdef HAVE_WL_DRM #include #endif +#include E_API int E_EVENT_TEXT_INPUT_PANEL_VISIBILITY_CHANGE = -1; static xkb_keycode_t (*_xkb_keymap_key_by_name)(void *, const char *);