1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +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
+1
View File
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "../../core/weechat.h"
#include "../../core/wee-config.h"
+1
View File
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "../../core/weechat.h"
#include "../../core/wee-config.h"