mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 10:25:42 -04: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…
x
Reference in New Issue
Block a user