summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpcdname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/rpcdname.c')
-rw-r--r--lib/libc/rpc/rpcdname.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/rpc/rpcdname.c b/lib/libc/rpc/rpcdname.c
index f28b4fd..03d1b85 100644
--- a/lib/libc/rpc/rpcdname.c
+++ b/lib/libc/rpc/rpcdname.c
@@ -30,15 +30,18 @@
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)rpcdname.c 1.7 91/03/11 Copyr 1989 Sun Micro";
#endif
+/* $FreeBSD$ */
/*
* rpcdname.c
* Gets the default domain name
*/
+#include "namespace.h"
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+#include "un-namespace.h"
static char *default_domain = 0;
OpenPOWER on IntegriCloud