summaryrefslogtreecommitdiff
path: root/src/tests/ecore/ecore_test_ecore_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/ecore/ecore_test_ecore_x.c')
-rw-r--r--src/tests/ecore/ecore_test_ecore_x.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/ecore/ecore_test_ecore_x.c b/src/tests/ecore/ecore_test_ecore_x.c
index 18471fa962..8baa9a560f 100644
--- a/src/tests/ecore/ecore_test_ecore_x.c
+++ b/src/tests/ecore/ecore_test_ecore_x.c
@@ -2,10 +2,10 @@
# include <config.h>
#endif
-#include <Ecore_X.h>
-
#include "ecore_suite.h"
+#include <Eina.h>
+
/* FIXME: Currently disable these tests. They are useless ATM and they just
* make buildbot complain. Once we add useful tests here we'll also bother
* with getting X on the server. */
@@ -14,6 +14,8 @@
/* TODO: change to HAVE_ECORE_X when xcb implementation is done */
#ifdef HAVE_ECORE_X_XLIB
+#include <Ecore_X.h>
+
START_TEST(ecore_test_ecore_x_init)
{
int ret;