diff options
-rw-r--r-- | intelgpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intelgpio.c b/intelgpio.c index 0f4011d..573f6b7 100644 --- a/intelgpio.c +++ b/intelgpio.c @@ -6,6 +6,7 @@ #include <unistd.h> #include <errno.h> #include <sys/types.h> +#include <stdint.h> #define GPIO_BASE 0x48 #define GP_LVL 0x0c |