summaryrefslogtreecommitdiff
path: root/src/rexmpp_xml_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_xml_parser.c')
-rw-r--r--src/rexmpp_xml_parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp_xml_parser.c b/src/rexmpp_xml_parser.c
index b2eaf8b..e00c70c 100644
--- a/src/rexmpp_xml_parser.c
+++ b/src/rexmpp_xml_parser.c
@@ -6,6 +6,8 @@
@copyright MIT license.
*/
+#include <string.h>
+
#include "rexmpp.h"
#include "rexmpp_xml.h"
#include "rexmpp_xml_parser.h"