Ver código fonte

Fix compilation error on macOS using Clang.

master
Finxx 2 anos atrás
committed by ooxi
pai
commit
924e9b0acd
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      src/xml.c

+ 4
- 0
src/xml.c Ver arquivo

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

#include <ctype.h>

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

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


Carregando…
Cancelar
Salvar