ソースを参照

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>


読み込み中…
キャンセル
保存