mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Fix compiler warning
This commit is contained in:
parent
01f24aae07
commit
e834783cb8
@ -51,8 +51,10 @@
|
|||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "hexchatc.h"
|
#include "hexchatc.h"
|
||||||
|
|
||||||
|
#include <glib-object.h> /*for g_type_init() */
|
||||||
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
#include <openssl/ssl.h> /* SSL_() */
|
#include <openssl/ssl.h> /* SSL_() */
|
||||||
#include "ssl.h"
|
#include "ssl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user