This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
xml-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix compilation error on macOS using Clang.
master
Finxx
2 years ago
committed by
ooxi
parent
d54eb98a42
commit
924e9b0acd
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/xml.c
+ 4
- 0
src/xml.c
View File
@@ -25,7 +25,11 @@
#endif
#endif
#include <ctype.h>
#include <ctype.h>
#ifndef __MACH__
#include <malloc.h>
#include <malloc.h>
#endif
#include <stdarg.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdio.h>
Write
Preview
Loading…
Cancel
Save