From 4444094d0281488f28d9a58d6f3fad1eb6ef49f8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 24 Jul 2020 07:31:24 +0200 Subject: spmisc01: Include missing header file Update #4032. --- testsuites/sptests/spmisc01/strong.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/spmisc01/strong.c b/testsuites/sptests/spmisc01/strong.c index 6341131b67..6a3d9c8561 100644 --- a/testsuites/sptests/spmisc01/strong.c +++ b/testsuites/sptests/spmisc01/strong.c @@ -31,6 +31,8 @@ #include "spmisc01.h" +#include + int weak_or_strong(void) { return 77; -- cgit v1.2.3