summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/fs/pseudofs/pseudofs_vncache.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/fs/pseudofs/pseudofs_vncache.c')
-rw-r--r--freebsd/sys/fs/pseudofs/pseudofs_vncache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/sys/fs/pseudofs/pseudofs_vncache.c b/freebsd/sys/fs/pseudofs/pseudofs_vncache.c
index 05dd6569..c7361332 100644
--- a/freebsd/sys/fs/pseudofs/pseudofs_vncache.c
+++ b/freebsd/sys/fs/pseudofs/pseudofs_vncache.c
@@ -1,3 +1,5 @@
+#include <machine/rtems-bsd-kernel-space.h>
+
/*-
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -31,7 +33,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_pseudofs.h"
+#include <rtems/bsd/local/opt_pseudofs.h>
#include <sys/param.h>
#include <sys/kernel.h>