Procházet zdrojové kódy

Fix compilation error on macOS using Clang.

master
Finxx před 2 roky
committed by ooxi
rodič
revize
924e9b0acd
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Zobrazit soubor

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

#include <ctype.h>

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

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


Načítá se…
Zrušit
Uložit