summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/rpc/rpc_generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/rpc/rpc_generic.c')
-rw-r--r--freebsd/sys/rpc/rpc_generic.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/sys/rpc/rpc_generic.c b/freebsd/sys/rpc/rpc_generic.c
index a4d6298b..e3eb8526 100644
--- a/freebsd/sys/rpc/rpc_generic.c
+++ b/freebsd/sys/rpc/rpc_generic.c
@@ -1,3 +1,5 @@
+#include <machine/rtems-bsd-kernel-space.h>
+
/* $NetBSD: rpc_generic.c,v 1.4 2000/09/28 09:07:04 kleink Exp $ */
/*-
@@ -42,7 +44,7 @@ __FBSDID("$FreeBSD$");
*
*/
-#include "opt_inet6.h"
+#include <rtems/bsd/local/opt_inet6.h>
#include <sys/param.h>
#include <sys/kernel.h>