Fix some missing inclusions in include/nuttx/board.h

This commit is contained in:
Gregory Nutt 2015-04-01 18:35:46 -06:00
parent 6667517c24
commit 06866bb2c5

View File

@ -100,6 +100,10 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <nuttx/compiler.h>
#ifdef CONFIG_ARCH_IRQBUTTONS
# include <nuttx/irq.h>
#endif