summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-14 10:40:40 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-14 10:40:40 -0500
commit5cf6031a1574ec019a647532d4c7dd59b12db8d5 (patch)
tree44b49c600f05e6a13d56a3e327657b0c126507b1
parentMakefile: install all CPU specific contents correctly (diff)
downloadrtems-libbsd-5cf6031a1574ec019a647532d4c7dd59b12db8d5.tar.bz2
rtems-bsd-nexus.c: Always include rtems/irq-extension.h
-rw-r--r--rtemsbsd/src/rtems-bsd-nexus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/src/rtems-bsd-nexus.c b/rtemsbsd/src/rtems-bsd-nexus.c
index 85202218..ba85c05d 100644
--- a/rtemsbsd/src/rtems-bsd-nexus.c
+++ b/rtemsbsd/src/rtems-bsd-nexus.c
@@ -53,6 +53,7 @@
#include <freebsd/machine/rtems-bsd-devicet.h>
#include <bsp/irq.h>
#include <rtems/irq.h>
+#include <rtems/irq-extension.h>
#include <freebsd/machine/bus.h>
/* XXX Note: These defines should be moved. */