[rtems commit] bsps: Include missing header files

Sebastian Huber sebh at rtems.org
Fri Nov 9 14:08:35 UTC 2018


Module:    rtems
Branch:    master
Commit:    028853637f1c59e80bf8b5d19041345ee883a830
Changeset: http://git.rtems.org/rtems/commit/?id=028853637f1c59e80bf8b5d19041345ee883a830

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov  9 09:40:45 2018 +0100

bsps: Include missing header files

Update #3598.

---

 bsps/shared/dev/clock/clockimpl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsps/shared/dev/clock/clockimpl.h b/bsps/shared/dev/clock/clockimpl.h
index f64d6fb..f3a41b1 100644
--- a/bsps/shared/dev/clock/clockimpl.h
+++ b/bsps/shared/dev/clock/clockimpl.h
@@ -21,6 +21,8 @@
 #include <rtems/clockdrv.h>
 #include <rtems/score/percpu.h>
 #include <rtems/score/smpimpl.h>
+#include <rtems/score/timecounter.h>
+#include <rtems/score/thread.h>
 #include <rtems/score/watchdogimpl.h>
 
 #ifdef Clock_driver_nanoseconds_since_last_tick




More information about the vc mailing list