Kinetis PIN IRQ needs errno.h

This commit is contained in:
Gregory Nutt 2017-03-03 15:30:16 -06:00
parent 7bb19ad8bc
commit 210896438c

View File

@ -41,6 +41,7 @@
#include <nuttx/config.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/irq.h>