add missing efl-wl header from mismerged commit

ref 9a484d1b64
This commit is contained in:
Mike Blumenkrantz 2018-01-23 16:51:58 -05:00
parent e662727595
commit aba428d86c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#ifdef HAVE_WL_DRM
#include <Ecore_Drm2.h>
#endif
#include <Efl_Wl.h>
E_API int E_EVENT_TEXT_INPUT_PANEL_VISIBILITY_CHANGE = -1;
static xkb_keycode_t (*_xkb_keymap_key_by_name)(void *, const char *);