diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index febb689ec..72b26e88d 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -2,6 +2,7 @@ #ifdef HAVE_WAYLAND # include "e_comp_wl.h" +# include # ifndef EGL_TEXTURE_FORMAT # define EGL_TEXTURE_FORMAT 0x3080 # endif @@ -18,7 +19,6 @@ #endif #include -#include static Eina_Hash *pixmaps[2] = {NULL}; static Eina_Hash *aliases[2] = {NULL};