diff options
Diffstat (limited to 'test/dm/gpio.c')
-rw-r--r-- | test/dm/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/gpio.c b/test/dm/gpio.c index 957ab25c8d3..0d88ec24bda 100644 --- a/test/dm/gpio.c +++ b/test/dm/gpio.c @@ -3,6 +3,7 @@ * Copyright (C) 2013 Google, Inc */ +#include <common.h> #include <fdtdec.h> #include <dm.h> #include <log.h> |