summary refs log tree commit diff stats
path: root/src/common/ignore.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 22:13:40 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 22:13:40 +0100
commitea0d3059f44c1edc3fd762c5b921e43e535db290 (patch)
tree9dbef07bb3b527a5be024030f1a9ba71dd566869 /src/common/ignore.c
parentcb0f6c8c91b564e541688b3f0f57d8456295dc1f (diff)
Eliminate even more warnings and bump warning level to 3
Shouldn't need to go any higher, level 4+ gives insane warnings
Diffstat (limited to 'src/common/ignore.c')
-rw-r--r--src/common/ignore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ignore.c b/src/common/ignore.c
index caeae06e..49b95c3b 100644
--- a/src/common/ignore.c
+++ b/src/common/ignore.c
@@ -36,6 +36,7 @@
 #include "text.h"
 #include "util.h"
 #include "hexchatc.h"
+#include "typedef.h"
 
 
 int ignored_ctcp = 0;			  /* keep a count of all we ignore */