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