aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-other.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:37 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2012-01-19 22:55:37 +0000
commit26503be7dcdd4536006d0f5e8f32a0de8caca206 (patch)
tree64be874a256e5b25ff747b5af6d65ab6ebcfc7d0 /epan/dissectors/packet-xmpp-other.h
parent7b97eb7de29a2de913df29a338cfcd16aeb52741 (diff)
fix compile errors found by dumpabi target
svn path=/trunk/; revision=40595
Diffstat (limited to 'epan/dissectors/packet-xmpp-other.h')
-rw-r--r--epan/dissectors/packet-xmpp-other.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-xmpp-other.h b/epan/dissectors/packet-xmpp-other.h
index 0dbe96c3e1..ad9eccfab3 100644
--- a/epan/dissectors/packet-xmpp-other.h
+++ b/epan/dissectors/packet-xmpp-other.h
@@ -26,6 +26,8 @@
#ifndef XMPP_OTHER_H
#define XMPP_OTHER_H
+#include "packet-xmpp-utils.h"
+
extern void xmpp_iq_bind(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_element_t *element);
extern void xmpp_session(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_element_t *element);
extern void xmpp_vcard(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_element_t *element);