testsuite: Add a missing include of <inttypes.h> to fix build failure in test suite...
authorJeremy Huddleston Sequoia <jeremyhu@users.noreply.github.com>
Tue, 27 Oct 2020 14:05:28 +0000 (07:05 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 14:05:28 +0000 (10:05 -0400)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
testsuite/libffi.closures/huge_struct.c

index 1915c3f1e8f8fcc53dd47527f3cf1c05558f7f63..e8e1d8601fb050e937a711778773afa7092d0a54 100644 (file)
@@ -9,6 +9,8 @@
 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
 /* { dg-options -Wformat=0 { target moxie*-*-elf or1k-*-* } } */
 
+#include <inttypes.h>
+
 #include "ffitest.h"
 
 typedef        struct BigStruct{