[rtems commit] bsp/lpc32xx: Include missing <time.h>

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


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov  9 13:47:20 2018 +0100

bsp/lpc32xx: Include missing <time.h>

Update #3598.

---

 bsps/arm/lpc32xx/rtc/rtc-config.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsps/arm/lpc32xx/rtc/rtc-config.c b/bsps/arm/lpc32xx/rtc/rtc-config.c
index bd22524..f2f3edd 100644
--- a/bsps/arm/lpc32xx/rtc/rtc-config.c
+++ b/bsps/arm/lpc32xx/rtc/rtc-config.c
@@ -25,6 +25,8 @@
 #include <bsp.h>
 #include <bsp/lpc32xx.h>
 
+#include <time.h>
+
 #define LPC32XX_RTC_COUNT 1U
 
 #define LPC32XX_RTC_COUNTER_DELTA 0xfffffffeU



More information about the vc mailing list