diff options
Diffstat (limited to 'test/dm/k210_pll.c')
-rw-r--r-- | test/dm/k210_pll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/k210_pll.c b/test/dm/k210_pll.c index 2a58149963..354720f61e 100644 --- a/test/dm/k210_pll.c +++ b/test/dm/k210_pll.c @@ -3,6 +3,7 @@ * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com> */ +#include <common.h> /* For DIV_ROUND_DOWN_ULL, defined in linux/kernel.h */ #include <div64.h> #include <dm/test.h> |