aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-helper.c')
-rw-r--r--tests/test-helper.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test-helper.c b/tests/test-helper.c
index f6fc0ffda..8d7be5f4a 100644
--- a/tests/test-helper.c
+++ b/tests/test-helper.c
@@ -17,6 +17,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+#include "test-helper.h"
+
#include <stdlib.h>
#include <glib.h>
#include <glib-object.h>
@@ -24,8 +27,6 @@
#include "empathy-ui-utils.h"
-#include "test-helper.h"
-
void
test_init (int argc,
char **argv)