diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-30 00:46:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-30 00:46:20 +0000 |
commit | a983761b17aeda61803d37c779905a3657d19b5a (patch) | |
tree | 50734910bf3d898621b14d108e09499392eb682e /lib/libc/yp | |
parent | 1e57f209322e893247e50e0b60c22debf155004e (diff) |
fix include list; dogcow@redback.com
Diffstat (limited to 'lib/libc/yp')
-rw-r--r-- | lib/libc/yp/ypclnt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index b1a13c38a0b..bc55adc8876 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.9 1999/07/09 13:35:21 aaron Exp $ +.\" $OpenBSD: ypclnt.3,v 1.10 1999/11/30 00:46:19 deraadt Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -52,6 +52,7 @@ .Nd Interface to the YP subsystem .Sh SYNOPSIS .Fd #include <sys/types.h> +.Fd #include <rpc/rpc.h> .Fd #include <rpcsvc/ypclnt.h> .Fd #include <rpcsvc/yp_prot.h> .Ft int |