From 93cf288ddd59c7cb203c1aba25de5e5b8f308da6 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Tue, 27 Oct 2020 07:05:28 -0700 Subject: testsuite: Add a missing include of to fix build failure in test suite (#587) Signed-off-by: Jeremy Huddleston Sequoia --- testsuite/libffi.closures/huge_struct.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite') diff --git a/testsuite/libffi.closures/huge_struct.c b/testsuite/libffi.closures/huge_struct.c index 1915c3f..e8e1d86 100644 --- a/testsuite/libffi.closures/huge_struct.c +++ b/testsuite/libffi.closures/huge_struct.c @@ -9,6 +9,8 @@ /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */ /* { dg-options -Wformat=0 { target moxie*-*-elf or1k-*-* } } */ +#include + #include "ffitest.h" typedef struct BigStruct{ -- cgit v1.2.1