diff options
Diffstat (limited to 'drivers/button/button-adc.c')
-rw-r--r-- | drivers/button/button-adc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/button/button-adc.c b/drivers/button/button-adc.c index da7ddf2a857..9c24c960e6f 100644 --- a/drivers/button/button-adc.c +++ b/drivers/button/button-adc.c @@ -5,6 +5,7 @@ * Author: Marek Szyprowski <m.szyprowski@samsung.com> */ +#include <common.h> #include <adc.h> #include <button.h> #include <log.h> |