From 908dc43fa35058f3688a90bfdfee03945b06a6f6 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Sun, 20 Apr 2008 09:51:50 +0400 Subject: [PATCH] Missed include - now compiles ok --- src/irc_string.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/irc_string.c b/src/irc_string.c index 5b3a4632..95732219 100644 --- a/src/irc_string.c +++ b/src/irc_string.c @@ -25,6 +25,7 @@ */ #include "irc_string.h" +#include "ircd_defs.h" char * strip_colour(char *string)