Skip to content

Commit 808feb7

Browse files
committed
Fix warning for old libxml2
1 parent ed7e91b commit 808feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xml2_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <Rinternals.h>
22
#include <libxml/xmlversion.h>
33
#include <libxml/xmlerror.h>
4-
4+
#include <libxml/parser.h>
55

66
/* * *
77
* Author: Nick Wellnhofer <wellnhofer@aevum.de>

0 commit comments

Comments
 (0)