mirror of
https://github.com/libAthena/athena.git
synced 2025-06-05 06:03:43 +00:00
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…
x
Reference in New Issue
Block a user