From e834783cb800d7b6a0af505f904daf00c979a0f3 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 27 Apr 2013 21:31:54 +0200 Subject: [PATCH] Fix compiler warning --- src/common/hexchat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 11694af3..41904412 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -51,8 +51,10 @@ #include "url.h" #include "hexchatc.h" +#include /*for g_type_init() */ + #ifdef USE_OPENSSL -#include /* SSL_() */ +#include /* SSL_() */ #include "ssl.h" #endif