about summary refs log tree commit diff stats
path: root/src/xmpp/iq.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/iq.c
parented3261a2385ad7a1e81e767d4cf27bc46ccbe305 (diff)
downloadprofani-tty-bc2784dae657bdedf1525a8178ce4baeed6ca757.tar.gz
Removed stanza functions from xmpp.h
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 267a31c7..3618b24d 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -30,6 +30,7 @@
 #include "contact_list.h"
 #include "log.h"
 #include "xmpp.h"
+#include "stanza.h"
 
 #define HANDLE(ns, type, func) xmpp_handler_add(conn, func, ns, STANZA_NAME_IQ, type, ctx)