mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Common/FileSystem: Include fix
This commit is contained in:
parent
f805764fea
commit
f0910dc948
|
@ -7,10 +7,11 @@
|
|||
#include <cstring>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <mach-o/dyld.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/param.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#if defined(WIN32)
|
||||
|
|
Loading…
Reference in a new issue