Include stdlib.h for alloca() on OpenBSD
This commit is contained in:
parent
4a1fd94f0d
commit
e136033e1c
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…
Reference in a new issue