diff options
Diffstat (limited to 'drivers/w1/w1-gpio.c')
-rw-r--r-- | drivers/w1/w1-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/w1-gpio.c b/drivers/w1/w1-gpio.c index 759f94e224e..9346f810ce1 100644 --- a/drivers/w1/w1-gpio.c +++ b/drivers/w1/w1-gpio.c @@ -7,6 +7,7 @@ * */ +#include <common.h> #include <dm.h> #include <log.h> #include <w1.h> |