testsuite: Fix cf-descriptor-5.f90

gcc/testsuite/ChangeLog

	* gfortran.dg/c-interop/cf-descriptor-5-c.c: Include alloca.h.
This commit is contained in:
David Edelsohn 2021-09-30 16:43:58 -04:00
parent cd08eae26e
commit f1408388f2

View file

@ -1,5 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <alloca.h>
#include <ISO_Fortran_binding.h>
#include "dump-descriptors.h"