summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/irq_attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/irq_attach.c')
-rw-r--r--nuttx/sched/irq_attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/irq_attach.c b/nuttx/sched/irq_attach.c
index 02063438f0..5ccb77ce11 100644
--- a/nuttx/sched/irq_attach.c
+++ b/nuttx/sched/irq_attach.c
@@ -37,7 +37,7 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
#include <nuttx/irq.h>
#include "irq_internal.h"