diff options
Diffstat (limited to 'drivers/button/button-gpio.c')
-rw-r--r-- | drivers/button/button-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/button/button-gpio.c b/drivers/button/button-gpio.c index 43b82d98aeb..7b5b3affe2d 100644 --- a/drivers/button/button-gpio.c +++ b/drivers/button/button-gpio.c @@ -3,6 +3,7 @@ * Copyright (C) 2020 Philippe Reynes <philippe.reynes@softathome.com> */ +#include <common.h> #include <button.h> #include <dm.h> #include <dm/lists.h> |