summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/subr_hints.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/kern/subr_hints.c')
-rw-r--r--freebsd/sys/kern/subr_hints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/kern/subr_hints.c b/freebsd/sys/kern/subr_hints.c
index 052eda65..b19379c4 100644
--- a/freebsd/sys/kern/subr_hints.c
+++ b/freebsd/sys/kern/subr_hints.c
@@ -30,7 +30,7 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <rtems/bsd/sys/lock.h>
+#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/sysctl.h>