summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/mbuf.h')
-rw-r--r--freebsd/sys/sys/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/mbuf.h b/freebsd/sys/sys/mbuf.h
index 4631a535..bd62c1cf 100644
--- a/freebsd/sys/sys/mbuf.h
+++ b/freebsd/sys/sys/mbuf.h
@@ -40,7 +40,7 @@
#include <sys/systm.h>
#include <vm/uma.h>
#ifdef WITNESS
-#include <rtems/bsd/sys/lock.h>
+#include <sys/lock.h>
#endif
#endif