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:09:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:09:11 +0000
commit45ef86e1605aacd98420e24cc13a4f50e0b79684 (patch)
tree8afea386be1cb1087aad486f2edcec95e2ca0784 /cpukit/score/include/rtems/score/timestamp.h
parent2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-45ef86e1605aacd98420e24cc13a4f50e0b79684.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 '')
-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!!!
*