From 735f963cec57639bee8beee74a06913030bc74dc Mon Sep 17 00:00:00 2001 From: arighi Date: Mon, 7 Feb 2011 15:32:45 +0000 Subject: [PATCH 1/1] STM32: RTC: add missing include git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4688 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/cortex-m3/drv/rtc_stm32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bertos/cpu/cortex-m3/drv/rtc_stm32.c b/bertos/cpu/cortex-m3/drv/rtc_stm32.c index 9354a669..4110fd09 100644 --- a/bertos/cpu/cortex-m3/drv/rtc_stm32.c +++ b/bertos/cpu/cortex-m3/drv/rtc_stm32.c @@ -38,6 +38,7 @@ #include "clock_stm32.h" #include +#include #include #include -- 2.25.1