summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-03 13:10:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-07 14:22:01 +0100
commitef23838543337105de4070ff2ef0d45b078f6812 (patch)
tree4a7871276ac587ec6177f31445a4d466aecf1b05 /testsuites/psxtmtests
parentpsxtimes01: Fix sporadic failures (diff)
downloadrtems-ef23838543337105de4070ff2ef0d45b078f6812.tar.bz2
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 <rtems/score/timestamp.h> to <rtems/score/timestampimpl.h>. Update #3598.
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmcond08/init.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/time.h>
#include <stdio.h>
#include <time.h>
#include <errno.h>