Просмотр исходного кода

Fix compilation error on macOS using Clang.

master
Finxx 2 лет назад
committed by ooxi
Родитель
Сommit
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>


Загрузка…
Отмена
Сохранить