You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CoreFoundation/Parsing.subproj/CFXMLInterface.c
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
*/
13
13
14
14
#include<CoreFoundation/CFRuntime.h>
15
+
#include<CoreFoundation/CFInternal.h>
15
16
#include<libxml/globals.h>
16
17
#include<libxml/xmlerror.h>
17
18
#include<libxml/parser.h>
@@ -22,7 +23,7 @@
22
23
#include<libxml/xpath.h>
23
24
#include<libxml/xpathInternals.h>
24
25
#include<libxml/dict.h>
25
-
#include"CFInternal.h"
26
+
#include"CFXMLInterface.h"
26
27
27
28
/*
28
29
libxml2 does not have nullability annotations and does not import well into swift when given potentially differing versions of the library that might be installed on the host operating system. This is a simple C wrapper to simplify some of that interface layer to libxml2.
0 commit comments