diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/hexchat.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <glib-object.h> /*for g_type_init() */ + #ifdef USE_OPENSSL -#include <openssl/ssl.h> /* SSL_() */ +#include <openssl/ssl.h> /* SSL_() */ #include "ssl.h" #endif |