aboutsummaryrefslogtreecommitdiff
path: root/test/dm/wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/wdt.c')
-rw-r--r--test/dm/wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/wdt.c b/test/dm/wdt.c
index 1df2da2..2bbebcd 100644
--- a/test/dm/wdt.c
+++ b/test/dm/wdt.c
@@ -3,9 +3,9 @@
* Copyright 2017 Google, Inc
*/
+#include <common.h>
#include <cyclic.h>
#include <dm.h>
-#include <time.h>
#include <wdt.h>
#include <asm/gpio.h>
#include <asm/state.h>