diff options
-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); |