Include stdlib.h for alloca() on OpenBSD
This commit is contained in:
parent
0931eed7be
commit
52f1bab6d5
@ -29,7 +29,7 @@
|
||||
#ifdef __linux__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user