summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/timestamp.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:08:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:08:50 +0000
commitb02f920f6ce01e21aa5acfe21ea71b51f82a08d9 (patch)
treef53a24293adfda89f0021aaef4dba8577b9b111c /cpukit/score/include/rtems/score/timestamp.h
parent2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b02f920f6ce01e21aa5acfe21ea71b51f82a08d9.tar.bz2
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/mkrootfs.h, posix/include/rtems/posix/pthread.h, score/include/rtems/score/coresem.h, score/include/rtems/score/priority.h, score/include/rtems/score/threadq.h, score/include/rtems/score/timestamp.h: Move 'extern "C"'.
Diffstat (limited to 'cpukit/score/include/rtems/score/timestamp.h')
-rw-r--r--cpukit/score/include/rtems/score/timestamp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/score/include/rtems/score/timestamp.h
index 25ac57f025..6789e83e93 100644
--- a/cpukit/score/include/rtems/score/timestamp.h
+++ b/cpukit/score/include/rtems/score/timestamp.h
@@ -38,12 +38,12 @@
*/
/**@{*/
+#include <rtems/score/timespec.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <rtems/score/timespec.h>
-
/*
* NOTE: Eventually each port should select what it should use!!!
*