summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-08-18 17:57:08 +0000
committerbde <bde@FreeBSD.org>2002-08-18 17:57:08 +0000
commita8e6e41c8886b8ac371f465751a3f2836beb8614 (patch)
tree1b882a878e59409bf781f971cf79384a7d3d9646 /libexec/rpc.rstatd
parentd8025b239ff2dd1e69934313ada8a84cadb5e9fe (diff)
downloadFreeBSD-src-a8e6e41c8886b8ac371f465751a3f2836beb8614.zip
FreeBSD-src-a8e6e41c8886b8ac371f465751a3f2836beb8614.tar.gz
Include <nlist.h> for nlist interfaces instead of depending on namespace
pollution in <kvm.h>.
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r--libexec/rpc.rstatd/rstat_proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c
index ac3289e..a87d7f0 100644
--- a/libexec/rpc.rstatd/rstat_proc.c
+++ b/libexec/rpc.rstatd/rstat_proc.c
@@ -55,6 +55,7 @@ static const char rcsid[] =
#include <fcntl.h>
#include <kvm.h>
#include <limits.h>
+#include <nlist.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud