diff --git a/tests/eek-xml-test.c b/tests/eek-xml-test.c index 52694d44..0c21d9f7 100644 --- a/tests/eek-xml-test.c +++ b/tests/eek-xml-test.c @@ -17,12 +17,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#include "eek/eek-xml.h" -#include "eek/eek-xkl.h" /* For gdk_x11_display_get_xdisplay(). See main(). */ #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + +#include "eek/eek-xml.h" +#include "eek/eek-xkl.h" + static void test_output_parse (void) {