libowfat/havealloca.h

4 lines
74 B
C
Raw Normal View History

2004-01-06 23:35:06 +00:00
#if defined(__linux__) || defined(_SGI_SOURCE)
#include <alloca.h>
#endif