summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/test.c
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/psxtests/psx13/test.c
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 '')
-rw-r--r--testsuites/psxtests/psx13/test.c1
1 files changed, 1 insertions, 0 deletions
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 <rtems.h>
#include <rtems/libio.h>
+#include <sys/time.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>