diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-15 10:09:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-15 10:09:14 +0000 |
commit | 073a28f4d8ca1c9f8dbf945284e5f0ec6830d1b9 (patch) | |
tree | bfdc2c10cabe05e0a53242f7967bc806fdf7eb27 /lib/libc/net/gethostnamadr.c | |
parent | 3d910cc7eeaa72e04d3fc80ea16c51c19869701e (diff) |
Add a couple of syscalls; bring more prototypes into scope
Diffstat (limited to 'lib/libc/net/gethostnamadr.c')
-rw-r--r-- | lib/libc/net/gethostnamadr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/gethostnamadr.c b/lib/libc/net/gethostnamadr.c index cd327b6a0da..62e14693a47 100644 --- a/lib/libc/net/gethostnamadr.c +++ b/lib/libc/net/gethostnamadr.c @@ -52,7 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo Exp $"; +static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.8 1996/09/15 10:09:12 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -70,6 +70,7 @@ static char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.7 1996/08/19 08:28:40 tholo #include <rpc/rpc.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> +#include "ypinternal.h" #endif #define MAXALIASES 35 |