summaryrefslogtreecommitdiffstats
path: root/src/device/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/gpio.c')
-rw-r--r--src/device/gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/gpio.c b/src/device/gpio.c
index 5e7149702439..96ceddade6b1 100644
--- a/src/device/gpio.c
+++ b/src/device/gpio.c
@@ -3,6 +3,7 @@
#include <console/console.h>
#include <device/device.h>
#include <device/gpio.h>
+#include <stddef.h>
const struct gpio_operations *dev_get_gpio_ops(struct device *dev)
{