STM32: RTC: add missing include
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Feb 2011 15:32:45 +0000 (15:32 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Feb 2011 15:32:45 +0000 (15:32 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4688 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/cortex-m3/drv/rtc_stm32.c

index 9354a669c6338c73bf9d806c1a86607a6abe73b1..4110fd09e6dd3df46f6e6e104bb17b71387e419f 100644 (file)
@@ -38,6 +38,7 @@
 #include "clock_stm32.h"
 
 #include <cfg/compiler.h>
+#include <cfg/module.h>
 #include <cfg/debug.h>
 
 #include <io/stm32.h>