mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
bx: use real alloca.h on glibc systems
On GNU/kFreeBSD, the definition for alloca() can be found in the system alloca.h
This commit is contained in:
parent
f5a00a0049
commit
c904fc121c
4
3rdparty/bx/include/compat/freebsd/alloca.h
vendored
4
3rdparty/bx/include/compat/freebsd/alloca.h
vendored
@ -1 +1,5 @@
|
||||
#ifdef __GLIBC__
|
||||
#include_next <alloca.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user