Include stdlib.h for alloca() on OpenBSD
This commit is contained in:
parent
0931eed7be
commit
52f1bab6d5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#ifdef __linux__
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue