SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t

This commit is contained in:
Gregory Nutt 2014-04-17 10:01:15 -06:00
parent 5eb9ee30dd
commit 8713ee3428
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
************************************************************************************/ ************************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/irq.h>
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -41,6 +41,7 @@
************************************************************************************/ ************************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/irq.h>
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions