From f1408388f2e260751d07d1de08c2550abf8c7cf1 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 30 Sep 2021 16:43:58 -0400 Subject: [PATCH] testsuite: Fix cf-descriptor-5.f90 gcc/testsuite/ChangeLog * gfortran.dg/c-interop/cf-descriptor-5-c.c: Include alloca.h. --- gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c b/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c index 0cd92e78900..12464b55512 100644 --- a/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c +++ b/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c @@ -1,5 +1,6 @@ #include #include +#include #include #include "dump-descriptors.h"