From: arighi Date: Mon, 7 Feb 2011 15:32:45 +0000 (+0000) Subject: STM32: RTC: add missing include X-Git-Tag: 2.7.0~278 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=735f963cec57639bee8beee74a06913030bc74dc;hp=04c4555a23598bef73d01a903c03e2dd5ac238cf;p=bertos.git STM32: RTC: add missing include git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4688 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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