summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c4
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