testsuite: Fix cf-descriptor-5.f90
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 30 Sep 2021 20:43:58 +0000 (16:43 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 30 Sep 2021 22:36:06 +0000 (18:36 -0400)
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

index 0cd92e7..12464b5 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <alloca.h>
 
 #include <ISO_Fortran_binding.h>
 #include "dump-descriptors.h"