diff options
Diffstat (limited to 'drivers/gpio/pic32_gpio.c')
-rw-r--r-- | drivers/gpio/pic32_gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/pic32_gpio.c b/drivers/gpio/pic32_gpio.c index d8edfefb2d..975a2af3cc 100644 --- a/drivers/gpio/pic32_gpio.c +++ b/drivers/gpio/pic32_gpio.c @@ -4,6 +4,7 @@ * Purna Chandra Mandal <purna.mandal@microchip.com> */ +#include <common.h> #include <dm.h> #include <errno.h> #include <malloc.h> |