protot/3rdparty/bx/include/compat/freebsd/alloca.h

6 lines
83 B
C

#if defined(__GLIBC__)
# include_next <alloca.h>
#else
# include <stdlib.h>
#endif