aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/emul_rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/emul_rtc.c')
-rw-r--r--drivers/rtc/emul_rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/emul_rtc.c b/drivers/rtc/emul_rtc.c
index 97a8d9bb7df..6f47d82522b 100644
--- a/drivers/rtc/emul_rtc.c
+++ b/drivers/rtc/emul_rtc.c
@@ -5,11 +5,11 @@
* This driver emulates a real time clock based on timer ticks.
*/
+#include <common.h>
#include <div64.h>
#include <dm.h>
#include <env.h>
#include <rtc.h>
-#include <time.h>
#include <timestamp.h>
/**