mirror of
https://github.com/holub/mame
synced 2025-05-16 19:00:43 +03:00
6 lines
83 B
C
6 lines
83 B
C
#if defined(__GLIBC__)
|
|
# include_next <alloca.h>
|
|
#else
|
|
# include <stdlib.h>
|
|
#endif
|