diff options
Diffstat (limited to 'test/dm/gpio.c')
-rw-r--r-- | test/dm/gpio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dm/gpio.c b/test/dm/gpio.c index b7ee8fc3ca..f3c467e9ac 100644 --- a/test/dm/gpio.c +++ b/test/dm/gpio.c @@ -9,10 +9,11 @@ #include <log.h> #include <malloc.h> #include <acpi/acpi_device.h> +#include <asm/gpio.h> #include <dm/root.h> #include <dm/test.h> #include <dm/util.h> -#include <asm/gpio.h> +#include <test/test.h> #include <test/ut.h> /* Test that sandbox GPIOs work correctly */ |