summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 13:12:37 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-05 13:12:37 -0500
commitab9e6dea379ed3bc6c742a7746518000a1d972cb (patch)
tree90c798843beab4ca3eca30f3f979a2a7256e9d55
parentfreebsd/sys/signalvar.h: Use empty file from previous commit (diff)
downloadrtems-libbsd-ab9e6dea379ed3bc6c742a7746518000a1d972cb.tar.bz2
rtems-bsd-vm_glue.c: Add include of <freebsd/sys/types.h>
-rw-r--r--rtemsbsd/src/rtems-bsd-vm_glue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsbsd/src/rtems-bsd-vm_glue.c b/rtemsbsd/src/rtems-bsd-vm_glue.c
index 96f6dc10..284f7d60 100644
--- a/rtemsbsd/src/rtems-bsd-vm_glue.c
+++ b/rtemsbsd/src/rtems-bsd-vm_glue.c
@@ -34,6 +34,7 @@
*/
#include <freebsd/machine/rtems-bsd-config.h>
+#include <freebsd/sys/types.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/sched.h>