diff libpurple/tests/tests.h @ 21804:fb73a6ed8197

A couple compile fixes to the tests from Elliott Sales de Andrade. Fixes #4313.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 10 Dec 2007 02:19:56 +0000
parents 6577b292e7b4
children 42359a734696
line wrap: on
line diff
--- a/libpurple/tests/tests.h	Mon Dec 10 02:07:01 2007 +0000
+++ b/libpurple/tests/tests.h	Mon Dec 10 02:19:56 2007 +0000
@@ -1,7 +1,8 @@
 #ifndef TESTS_H
 #  define TESTS_H
 
-#include <glib.h>
+#include "../purple.h"
+
 #include <check.h>
 
 /* define the test suites here */