diff options
Diffstat (limited to 'drivers/timer/sandbox_timer.c')
-rw-r--r-- | drivers/timer/sandbox_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/sandbox_timer.c b/drivers/timer/sandbox_timer.c index e8b54a02965..1da7e0c3a76 100644 --- a/drivers/timer/sandbox_timer.c +++ b/drivers/timer/sandbox_timer.c @@ -3,6 +3,7 @@ * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw> */ +#include <common.h> #include <dm.h> #include <errno.h> #include <timer.h> |