diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-21 23:08:56 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2007-01-21 23:08:56 +0100 |
commit | 7738014d6a9ad81806ddb4e06092791dbd10b616 (patch) | |
tree | 403e090e57036631a4e30d0fa2e44a052bfc7533 /tests/testsuite.h | |
parent | 8c073a6e77edd56bc3d58d6b4af2a40f005aacad (diff) |
Add tests for set
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r-- | tests/testsuite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsuite.h b/tests/testsuite.h index 79227041..0b169198 100644 --- a/tests/testsuite.h +++ b/tests/testsuite.h @@ -1,6 +1,8 @@ #ifndef __BITLBEE_CHECK_H__ #define __BITLBEE_CHECK_H__ +#include "irc.h" + irc_t *torture_irc(void); gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2); |