diff --git a/fuzz/main.c b/fuzz/main.c index 3214693..5125bbc 100644 --- a/fuzz/main.c +++ b/fuzz/main.c @@ -38,6 +38,9 @@ #ifdef TEST_RUN #include +#ifdef HAVE_ALLOCA_H +# include +#endif static void test_all_from(const char *dirname) {