diff options
author | 1999-11-30 00:46:19 +0000 | |
---|---|---|
committer | 1999-11-30 00:46:19 +0000 | |
commit | fd9751d2e5c5df6463683c79879902a8184fe9ef (patch) | |
tree | 96f4e1029627d49371d7099322a5c65aa423b2aa | |
parent | test poll() (diff) | |
download | wireguard-openbsd-fd9751d2e5c5df6463683c79879902a8184fe9ef.tar.xz wireguard-openbsd-fd9751d2e5c5df6463683c79879902a8184fe9ef.zip |
fix include list; dogcow@redback.com
-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 |