diff options
Diffstat (limited to 'test/dm/clk.c')
-rw-r--r-- | test/dm/clk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/clk.c b/test/dm/clk.c index 48fc3dd714..7a39760f25 100644 --- a/test/dm/clk.c +++ b/test/dm/clk.c @@ -12,6 +12,7 @@ #include <dm/test.h> #include <dm/device-internal.h> #include <linux/err.h> +#include <test/test.h> #include <test/ut.h> /* Base test of the clk uclass */ |