1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

Fixed compilation problems when gnutls dev lib is not found

This commit is contained in:
Sebastien Helleu
2008-04-03 16:05:09 +02:00
parent 8509f777b4
commit bab03d044b
9 changed files with 9 additions and 4 deletions
-4
View File
@@ -27,10 +27,6 @@
#include <stdio.h>
#include <sys/time.h>
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
#endif
#include <locale.h>
#if defined(ENABLE_NLS) && !defined(_)