summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-05-22 13:25:30 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-05-22 13:28:15 +0900
commit83a294664ed6cf590c71c1f0a3f9d769d1d3cb64 (patch)
treef979c7c4520ce8b490b20b1a47519651efd3d544
parentf47b03f7fad6c19cb9acfb5442c9923aadc0b846 (diff)
downloadefl-83a294664ed6cf590c71c1f0a3f9d769d1d3cb64.tar.gz
elm: Try to fix build (linking failure)
This should expose the proper definition of EAPI before including elm_widget.h, as elm modules call internal APIs from elementary. Thanks Mykyta for the report!
-rw-r--r--src/lib/elementary/elm_priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h
index 135d0540a8..e11855103b 100644
--- a/src/lib/elementary/elm_priv.h
+++ b/src/lib/elementary/elm_priv.h
@@ -21,6 +21,9 @@
#include <Eio.h>
+// Evas internal EO APIs
+#include "Evas_Internal.h"
+
#ifdef EAPI
# undef EAPI
#endif
@@ -47,9 +50,6 @@
# endif
#endif /* ! _WIN32 */
-// Evas internal EO APIs
-#include "Evas_Internal.h"
-
#include "elm_widget.h"
#include "elm_access.eo.h"
#include "elm_code_private.h"