Browse Source

Fix compilation error on macOS using Clang.

master
Finxx 2 years ago
committed by ooxi
parent
commit
924e9b0acd
1 changed files with 4 additions and 0 deletions
  1. +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>


Loading…
Cancel
Save