diff options
Diffstat (limited to 'drivers/timer/ast_timer.c')
-rw-r--r-- | drivers/timer/ast_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/ast_timer.c b/drivers/timer/ast_timer.c index 6601cab7b16..78adc96cc59 100644 --- a/drivers/timer/ast_timer.c +++ b/drivers/timer/ast_timer.c @@ -3,6 +3,7 @@ * Copyright 2016 Google Inc. */ +#include <common.h> #include <dm.h> #include <errno.h> #include <timer.h> |