aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-01 22:29:45 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-01 22:29:45 -0400
commitfb117aee274bccfb6528288599ef81fe72191e12 (patch)
tree5f31493f33c12528dce1424057c94bba64633dbc /irc.c
parente63507a356ac94085bcd00048b81d3ce2f27f287 (diff)
Cleaned lots of compiler warnings so I can get some signal again.
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.c b/irc.c
index de9b4a04..5173dd9b 100644
--- a/irc.c
+++ b/irc.c
@@ -24,6 +24,7 @@
*/
#include "bitlbee.h"
+#include "ipc.h"
GSList *irc_connection_list;