summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/rpc/getnetconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/rpc/getnetconfig.c')
-rw-r--r--freebsd/sys/rpc/getnetconfig.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/sys/rpc/getnetconfig.c b/freebsd/sys/rpc/getnetconfig.c
index 05b30dfe..1ae0129d 100644
--- a/freebsd/sys/rpc/getnetconfig.c
+++ b/freebsd/sys/rpc/getnetconfig.c
@@ -1,3 +1,5 @@
+#include <machine/rtems-bsd-kernel-space.h>
+
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
@@ -27,7 +29,7 @@
* SUCH DAMAGE.
*/
-#include "opt_inet6.h"
+#include <rtems/bsd/local/opt_inet6.h>
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");