]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 0cd92e789009177c54e4e0ea1f8d1fa4f008aa98..12464b555124d31cdfd2275adcd1974342bd159a 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <alloca.h>
 
 #include <ISO_Fortran_binding.h>
 #include "dump-descriptors.h"