diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-03-07 13:47:02 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-03-07 13:47:02 +0000 |
commit | c5eeb2901a6f5795b9678a923ee7906287180dfa (patch) | |
tree | 71c7952ca86adbf6fc364cab3722d0d44485dde3 /tests | |
parent | 45b05b51815de138ff7eddb169301b9116a51a5d (diff) |
tests/myassert.h: make self-contained
Diffstat (limited to 'tests')
-rw-r--r-- | tests/myassert.h | 2 |
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); |