diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-09-23 15:48:16 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-09-23 15:56:46 -0400 |
commit | 5375e154fef210e0531ab94809183bb02dabe0d5 (patch) | |
tree | 2f4c500cdd7f0954554410898efd9ddb929ada16 /src/modules | |
parent | d7f729343bfbc3eddeae9ea1a467be6929d369b2 (diff) | |
download | efl-5375e154fef210e0531ab94809183bb02dabe0d5.tar.gz |
fix config.h inclusion across the tree
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/ecore_imf/wayland/wayland_module.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/ecore_imf/wayland/wayland_module.c b/src/modules/ecore_imf/wayland/wayland_module.c index b1f8beba16..cfce52b81a 100644 --- a/src/modules/ecore_imf/wayland/wayland_module.c +++ b/src/modules/ecore_imf/wayland/wayland_module.c @@ -20,6 +20,10 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <Ecore.h> #include <Ecore_IMF.h> #include <Ecore_Wayland.h> |