summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-16 18:04:06 +0300
committerdefanor <defanor@uberspace.net>2020-11-16 18:04:06 +0300
commit0748958c63052a6c4e0fb20a172ae793fdf8fa6c (patch)
tree0d1f373db9c55127f13753764769dd568f24168f /src/rexmpp.h
parenteef94c7317b974f9001b0f4dc25d7e89cb196504 (diff)
Update headers
Forgot to remove <ares.h>.
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index e826099..38cf4b2 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -9,7 +9,7 @@
#ifndef REXMPP_H
#define REXMPP_H
-#include <ares.h>
+#include <stdint.h>
#include <unbound.h>
#include <gnutls/gnutls.h>
#include <gsasl.h>