diff options
Diffstat (limited to 'test/dm/pinmux.c')
-rw-r--r-- | test/dm/pinmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/pinmux.c b/test/dm/pinmux.c index cfbe3ef5d1e..6880b2d2cd9 100644 --- a/test/dm/pinmux.c +++ b/test/dm/pinmux.c @@ -3,6 +3,7 @@ * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com> */ +#include <common.h> #include <dm.h> #include <dm/pinctrl.h> #include <dm/test.h> |