diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 22:13:40 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 22:13:40 +0100 |
commit | ea0d3059f44c1edc3fd762c5b921e43e535db290 (patch) | |
tree | 9dbef07bb3b527a5be024030f1a9ba71dd566869 /src/common/text.c | |
parent | cb0f6c8c91b564e541688b3f0f57d8456295dc1f (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/text.c')
-rw-r--r-- | src/common/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/text.c b/src/common/text.c index 7e8da018..01c59704 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -43,6 +43,7 @@ #include "outbound.h" #include "hexchatc.h" #include "text.h" +#include "typedef.h" #ifdef WIN32 #include <windows.h> #endif |