simotek pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c28a455ccb670f53534e169ce9959275be63b3e7
commit c28a455ccb670f53534e169ce9959275be63b3e7 Author: Mike Blumenkrantz <[email protected]> Date: Mon Mar 6 06:58:20 2017 -0500 include dlfcn.h for e_alert_main.c --- src/bin/e_alert_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c index ee6b0a8..a2762c1 100644 --- a/src/bin/e_alert_main.c +++ b/src/bin/e_alert_main.c @@ -15,6 +15,7 @@ #include <Eina.h> #include <Ecore.h> #include <Ecore_Ipc.h> +#include <dlfcn.h> #include <xcb/xcb.h> #include <xcb/xcb_keysyms.h> #include <xcb/shape.h> --
