Selaa lähdekoodia

Fix compilation error on macOS using Clang.

master
Finxx 2 vuotta sitten
committed by ooxi
vanhempi
commit
924e9b0acd
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Näytä tiedosto

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

#include <ctype.h>

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

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


Ladataan…
Peruuta
Tallenna