summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/rpc/clnt_dg.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-07-29 13:24:49 +1000
committerChris Johns <chrisj@rtems.org>2021-08-28 10:25:46 +1000
commitc6dbc967480ed034cf52992ec5773252b646edc5 (patch)
tree73a94e2a5272e8fdb52ffd1483de87c14a15e3c7 /freebsd/sys/rpc/clnt_dg.c
parentfreebsd/sys: Import RPC and XDR support (diff)
downloadrtems-libbsd-c6dbc967480ed034cf52992ec5773252b646edc5.tar.bz2
kern/sys: Add the kernel RPC and XDR support
Updates #4475
Diffstat (limited to 'freebsd/sys/rpc/clnt_dg.c')
-rw-r--r--freebsd/sys/rpc/clnt_dg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/rpc/clnt_dg.c b/freebsd/sys/rpc/clnt_dg.c
index 4c40a494..217ff5a0 100644
--- a/freebsd/sys/rpc/clnt_dg.c
+++ b/freebsd/sys/rpc/clnt_dg.c
@@ -1,3 +1,5 @@
+#include <machine/rtems-bsd-kernel-space.h>
+
/* $NetBSD: clnt_dg.c,v 1.4 2000/07/14 08:40:41 fvdl Exp $ */
/*-