summary refs log tree commit diff stats
path: root/src/common/plugin.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/plugin.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/plugin.c')
-rw-r--r--src/common/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c
index b918ff05..62b83ae1 100644
--- a/src/common/plugin.c
+++ b/src/common/plugin.c
@@ -44,6 +44,7 @@
 typedef struct session hexchat_context;
 #include "hexchat-plugin.h"
 #include "plugin.h"
+#include "typedef.h"
 
 
 #include "hexchatc.h"