about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 20:07:44 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 20:07:44 +0000
commitbc2784dae657bdedf1525a8178ce4baeed6ca757 (patch)
tree2075324a4dc9a93f14d617fe6aef6705891c932f /src/xmpp/connection.c
parented3261a2385ad7a1e81e767d4cf27bc46ccbe305 (diff)
downloadprofani-tty-bc2784dae657bdedf1525a8178ce4baeed6ca757.tar.gz
Removed stanza functions from xmpp.h
Diffstat (limited to 'src/xmpp/connection.c')
-rw-r--r--src/xmpp/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 3fdfd1c6..18f54183 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -35,6 +35,7 @@
 #include "profanity.h"
 #include "muc.h"
 #include "xmpp.h"
+#include "stanza.h"
 
 static struct _jabber_conn_t {
     xmpp_log_t *log;