Skip to content

Commit 00712fe

Browse files
authored
Merge pull request #2061 from xambroz/patch-2
fix implicit declaration
2 parents a930dc7 + 9722032 commit 00712fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/xml_iterate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#endif
2323

2424
#include <string.h>
25+
#include <libxml/parser.h>
2526
#include "debug_priv.h"
2627
#include "xml_iterate.h"
2728
#include "oscap_helpers.h"

0 commit comments

Comments
 (0)