Explorar el Código

Fix compilation error on macOS using Clang.

master
Finxx hace 2 años
committed by ooxi
padre
commit
924e9b0acd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Ver fichero

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

#include <ctype.h>

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

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


Cargando…
Cancelar
Guardar