aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-21 23:08:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2007-01-21 23:08:56 +0100
commit7738014d6a9ad81806ddb4e06092791dbd10b616 (patch)
tree403e090e57036631a4e30d0fa2e44a052bfc7533 /tests/testsuite.h
parent8c073a6e77edd56bc3d58d6b4af2a40f005aacad (diff)
Add tests for set
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r--tests/testsuite.h2
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);