arch/mips/src/pic32mz/pic32mz-gpio.h: Include stdbool and stdint, they are used in this file.

This commit is contained in:
Ouss4 2019-11-23 08:59:02 -06:00 committed by Gregory Nutt
parent 5a3c9c914c
commit fd1b82ae4b

View File

@ -42,6 +42,12 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#ifndef __ASSEMBLY__
# include <stdint.h>
# include <stdbool.h>
#endif
#include <nuttx/irq.h>
#include <arch/pic32mz/irq.h>