diff options
Diffstat (limited to 'src/xmpp/stanza.c')
-rw-r--r-- | src/xmpp/stanza.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c index 90501ffe..554dfc1c 100644 --- a/src/xmpp/stanza.c +++ b/src/xmpp/stanza.c @@ -27,7 +27,7 @@ #include <strophe.h> #include "common.h" -#include "xmpp.h" +#include "stanza.h" static int _field_compare(FormField *f1, FormField *f2); |