Kaynağa Gözat

Fix compilation error on macOS using Clang.

master
Finxx 2 yıl önce
committed by ooxi
ebeveyn
işleme
924e9b0acd
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Dosyayı Görüntüle

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

#include <ctype.h>

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

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


Yükleniyor…
İptal
Kaydet