mirror of https://github.com/libAthena/athena.git
apple compile fix
This commit is contained in:
parent
54f884c2f7
commit
20e12b86ca
|
@ -81,7 +81,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
Loading…
Reference in New Issue