summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-03-07 13:47:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-03-07 13:47:02 +0000
commitc5eeb2901a6f5795b9678a923ee7906287180dfa (patch)
tree71c7952ca86adbf6fc364cab3722d0d44485dde3 /tests
parent45b05b51815de138ff7eddb169301b9116a51a5d (diff)
tests/myassert.h: make self-contained
Diffstat (limited to 'tests')
-rw-r--r--tests/myassert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/myassert.h b/tests/myassert.h
index 925be6644..db8693679 100644
--- a/tests/myassert.h
+++ b/tests/myassert.h
@@ -1,6 +1,8 @@
#ifndef TP_TESTS_MYASSERT_H
#define TP_TESTS_MYASSERT_H
+#include <glib.h>
+
/* code using this header must define */
static void myassert_failed (void);