Add missing include alloca.h in fuzz/main.c

This commit is contained in:
Tim Rühsen 2017-11-11 15:10:58 +01:00
parent cb5933d981
commit 4491895e6c
1 changed files with 3 additions and 0 deletions

View File

@ -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)
{