aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-conference.h
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-19 22:55:37 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-19 22:55:37 +0000
commitb94dbb127c2648ad3c6b033f0b65ebf98153edf7 (patch)
tree64be874a256e5b25ff747b5af6d65ab6ebcfc7d0 /epan/dissectors/packet-xmpp-conference.h
parent4adcab4d466a3e1fd643afda48a56d6ba3d781b7 (diff)
fix compile errors found by dumpabi target
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40595 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-xmpp-conference.h')
-rw-r--r--epan/dissectors/packet-xmpp-conference.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-xmpp-conference.h b/epan/dissectors/packet-xmpp-conference.h
index 9972f7f467..30c5847842 100644
--- a/epan/dissectors/packet-xmpp-conference.h
+++ b/epan/dissectors/packet-xmpp-conference.h
@@ -26,6 +26,8 @@
#ifndef XMPP_CONFERENCE_H
#define XMPP_CONFERENCE_H
+#include "packet-xmpp-utils.h"
+
extern void xmpp_conferece_info_advert(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_element_t *element);
extern void xmpp_conference_info(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_element_t *element);