소스 검색

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>


불러오는 중...
취소
저장