diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-02 10:08:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-02 10:08:08 +0000 |
commit | bfb9a08f46f526cb8725a504a9c56cd2d229ce88 (patch) | |
tree | 735626c3627c4733f197f26546e4b607f26673e5 | |
parent | 099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0 (diff) | |
download | ChibiOS-bfb9a08f46f526cb8725a504a9c56cd2d229ce88.tar.gz ChibiOS-bfb9a08f46f526cb8725a504a9c56cd2d229ce88.tar.bz2 ChibiOS-bfb9a08f46f526cb8725a504a9c56cd2d229ce88.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7457 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/include/rtc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/include/rtc.h b/os/hal/include/rtc.h index 626fd9f90..2038ca9a9 100644 --- a/os/hal/include/rtc.h +++ b/os/hal/include/rtc.h @@ -35,6 +35,8 @@ #if HAL_USE_RTC || defined(__DOXYGEN__)
+#include <time.h>
+
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
@@ -100,7 +102,6 @@ typedef struct { } RTCDateTime;
#include "rtc_lld.h"
-#include <time.h>
/*===========================================================================*/
/* Driver macros. */
|