Переглянути джерело

Fix compilation error on macOS using Clang.

master
Finxx 2 роки тому
committed by ooxi
джерело
коміт
924e9b0acd
1 змінених файлів з 4 додано та 0 видалено
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Переглянути файл

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

#include <ctype.h>

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

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


Завантаження…
Відмінити
Зберегти