mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-19 02:45:42 -04:00
Fix build on FreeBSD
FreeBSD's alloca(3) only needs <stdlib.h>
This commit is contained in:
parent
b6d67560e3
commit
af046c8987
@ -28,8 +28,10 @@
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#if !defined(__FreeBSD__)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Log_SetChannel(ByteStream);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user