Sfoglia il codice sorgente

Fix compilation error on macOS using Clang.

master
Finxx 2 anni fa
committed by ooxi
parent
commit
924e9b0acd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Vedi File

@@ -25,7 +25,11 @@
#endif

#include <ctype.h>

#ifndef __MACH__
#include <malloc.h>
#endif

#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>


Caricamento…
Annulla
Salva