diff options
Diffstat (limited to 'src/xmpp/form.h')
-rw-r--r-- | src/xmpp/form.h | 7 |
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); |