about summary refs log tree commit diff stats
path: root/src/xmpp/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/form.h')
-rw-r--r--src/xmpp/form.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xmpp/form.h b/src/xmpp/form.h
index 208143f6..8d0dac02 100644
--- a/src/xmpp/form.h
+++ b/src/xmpp/form.h
@@ -37,6 +37,13 @@
 
 #include "xmpp/xmpp.h"
 
+#ifdef HAVE_LIBMESODE
+#include <mesode.h>
+#endif
+#ifdef HAVE_LIBSTROPHE
+#include <strophe.h>
+#endif
+
 DataForm* form_create(xmpp_stanza_t *const stanza);
 xmpp_stanza_t* form_create_submission(DataForm *form);