about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/form.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/form.h b/src/xmpp/form.h
index fb2bf80a..816f5df0 100644
--- a/src/xmpp/form.h
+++ b/src/xmpp/form.h
@@ -35,6 +35,8 @@
 #ifndef FORM_H
 #define FROM_H
 
+#include "xmpp/xmpp.h"
+
 DataForm* form_create(xmpp_stanza_t * const stanza);
 xmpp_stanza_t* form_create_submission(DataForm *form);