Przeglądaj źródła

Fix compilation error on macOS using Clang.

master
Finxx 2 lat temu
committed by ooxi
rodzic
commit
924e9b0acd
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Wyświetl plik

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

#include <ctype.h>

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

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


Ładowanie…
Anuluj
Zapisz