summaryrefslogtreecommitdiff
path: root/src/rexmpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.c')
-rw-r--r--src/rexmpp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rexmpp.c b/src/rexmpp.c
index 7068270..f6bf7c3 100644
--- a/src/rexmpp.c
+++ b/src/rexmpp.c
@@ -11,8 +11,9 @@
#include <errno.h>
#include <syslog.h>
#include <arpa/nameser.h>
+#include <sys/types.h>
+#include <sys/socket.h>
-#include <ares.h>
#include <libxml/tree.h>
#include <libxml/xmlsave.h>
#include <gnutls/gnutls.h>