diff options
author | Paul Fariello <paul@fariello.eu> | 2019-04-10 07:41:09 +0320 |
---|---|---|
committer | Paul Fariello <paul@fariello.eu> | 2019-04-10 17:24:56 +0200 |
commit | 381d85bccaaffea1b20f17e9441a350baf9a7136 (patch) | |
tree | fe1e7f82b4f0e23d1289a8e0ff7819d3387a6abc | |
parent | 277e8dc901140a40416dbf50bf6862b2980b5ec6 (diff) | |
download | profani-tty-381d85bccaaffea1b20f17e9441a350baf9a7136.tar.gz |
Fix build on travis
-rw-r--r-- | src/xmpp/xmpp.h | 2 |
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 |