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/psxtests/psx13/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtests/psx13/test.c') diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c index fc50463e67..79b24c2aba 100644 --- a/testsuites/psxtests/psx13/test.c +++ b/testsuites/psxtests/psx13/test.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3