Add missing include alloca.h in fuzz/main.c
This commit is contained in:
parent
fb29a889e4
commit
01a878ac88
|
@ -38,6 +38,9 @@
|
|||
#ifdef TEST_RUN
|
||||
|
||||
#include <dirent.h>
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
static void test_all_from(const char *dirname)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue