Skip to content

Commit 61dd95b

Browse files
committed
build: Add more missing includes
1 parent 99f2036 commit 61dd95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libxslt/imports.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <string.h>
1616

1717
#include <libxml/xmlmemory.h>
18-
#include <libxml/tree.h>
18+
#include <libxml/parser.h>
1919
#include <libxml/hash.h>
2020
#include <libxml/xmlerror.h>
2121
#include <libxml/uri.h>

libxslt/security.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#endif
3838

3939
#include <libxml/xmlmemory.h>
40-
#include <libxml/tree.h>
40+
#include <libxml/parser.h>
4141
#include <libxml/uri.h>
4242
#include "xslt.h"
4343
#include "xsltInternals.h"

0 commit comments

Comments
 (0)