From ef23838543337105de4070ff2ef0d45b078f6812 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 3 Dec 2018 13:10:21 +0100 Subject: score: Avoid sbintime_t in API headers The sbintime_t is a non-POSIX type and not visible if strict standard options are selected. Move implementation details from to . Update #3598. --- testsuites/psxtmtests/psxtmcond08/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtmtests') diff --git a/testsuites/psxtmtests/psxtmcond08/init.c b/testsuites/psxtmtests/psxtmcond08/init.c index 6cce4545f7..4839e5591d 100644 --- a/testsuites/psxtmtests/psxtmcond08/init.c +++ b/testsuites/psxtmtests/psxtmcond08/init.c @@ -24,6 +24,7 @@ #include "config.h" #endif +#include #include #include #include -- cgit v1.2.3