summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/netnamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/netnamer.c')
-rw-r--r--lib/libc/rpc/netnamer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c
index 2fa0a3c..36fa3dc 100644
--- a/lib/libc/rpc/netnamer.c
+++ b/lib/libc/rpc/netnamer.c
@@ -38,6 +38,7 @@ static char sccsid[] = "@(#)netnamer.c 1.13 91/03/11 Copyr 1986 Sun Micro";
* will work with any unix system that has adopted the sun NIS domain
* architecture.
*/
+#include "namespace.h"
#include <sys/param.h>
#include <rpc/rpc.h>
#include <rpc/rpc_com.h>
@@ -52,6 +53,7 @@ static char sccsid[] = "@(#)netnamer.c 1.13 91/03/11 Copyr 1986 Sun Micro";
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
+#include "un-namespace.h"
static char *OPSYS = "unix";
static char *NETID = "netid.byname";
OpenPOWER on IntegriCloud