[rtems commit] bsps/riscv: Add missing include

Sebastian Huber sebh at rtems.org
Sat Feb 26 06:03:49 UTC 2022


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Feb 25 19:43:11 2022 +0100

bsps/riscv: Add missing include

---

 bsps/riscv/riscv/clock/clockdrv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsps/riscv/riscv/clock/clockdrv.c b/bsps/riscv/riscv/clock/clockdrv.c
index 3afe865..65bc7c8 100644
--- a/bsps/riscv/riscv/clock/clockdrv.c
+++ b/bsps/riscv/riscv/clock/clockdrv.c
@@ -41,6 +41,7 @@
 #include <rtems/timecounter.h>
 #include <rtems/score/cpuimpl.h>
 #include <rtems/score/riscv-utility.h>
+#include <rtems/score/smpimpl.h>
 
 #include <libfdt.h>
 



More information about the vc mailing list