From 6f70ad63153a7cb4d035f0a9be411a3da4eac15b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Apr 2014 10:01:15 -0600 Subject: SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t --- nuttx/configs/sama5d3x-ek/include/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/configs/sama5d3x-ek') diff --git a/nuttx/configs/sama5d3x-ek/include/board.h b/nuttx/configs/sama5d3x-ek/include/board.h index 8c64ed09b..d054a8ce3 100644 --- a/nuttx/configs/sama5d3x-ek/include/board.h +++ b/nuttx/configs/sama5d3x-ek/include/board.h @@ -41,6 +41,7 @@ ************************************************************************************/ #include +#include /************************************************************************************ * Pre-processor Definitions -- cgit v1.2.3