From 527af2b7f2b27c19e27a8c2a47bbe5786fc66f47 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Jul 2023 13:34:52 +0200 Subject: score: Move formatted I/O functions These functions do not belong to an super core service. --- testsuites/sptests/spprintk/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/spprintk/init.c b/testsuites/sptests/spprintk/init.c index f8fe224086..b69edc095e 100644 --- a/testsuites/sptests/spprintk/init.c +++ b/testsuites/sptests/spprintk/init.c @@ -32,7 +32,7 @@ #include "config.h" #endif -#include +#include /* * Undefined the RTEMS_PRINTFLIKE and make it nothing. The test code -- cgit v1.2.3