about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-04-10 07:41:09 +0320
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:24:56 +0200
commit381d85bccaaffea1b20f17e9441a350baf9a7136 (patch)
treefe1e7f82b4f0e23d1289a8e0ff7819d3387a6abc
parent277e8dc901140a40416dbf50bf6862b2980b5ec6 (diff)
downloadprofani-tty-381d85bccaaffea1b20f17e9441a350baf9a7136.tar.gz
Fix build on travis
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 54a56f02..d5330599 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -35,6 +35,8 @@
 #ifndef XMPP_XMPP_H
 #define XMPP_XMPP_H
 
+#include <stdint.h>
+
 #include "config.h"
 
 #ifdef HAVE_LIBMESODE