Fix compiler warning

This commit is contained in:
Berke Viktor 2013-04-27 21:31:54 +02:00
parent 01f24aae07
commit e834783cb8
1 changed files with 3 additions and 1 deletions

View File

@ -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