mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 06:35:46 -04:00
Common/FileSystem: Include fix
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user