1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core, irc, xfer: add missing includes for function res_init()

This commit is contained in:
Sébastien Helleu
2016-08-07 16:15:59 +02:00
parent eee11972f7
commit f695a79d9b
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@
#include <poll.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <resolv.h>
#include <errno.h>
+2 -1
View File
@@ -38,9 +38,10 @@
#endif /* _WIN32 */
#include <sys/types.h>
#include <netdb.h>
#include <resolv.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
+1
View File
@@ -29,6 +29,7 @@
#include <time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <netdb.h>
#include <resolv.h>
#include <gcrypt.h>