diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/nis_findserv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/nis_findserv.c b/nis/nis_findserv.c index 84508177e6..b6abff133d 100644 --- a/nis/nis_findserv.c +++ b/nis/nis_findserv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. @@ -20,6 +20,7 @@ #include <string.h> #include <unistd.h> #include <sys/ioctl.h> +#include <sys/socket.h> #include <rpc/pmap_prot.h> #include <rpc/pmap_clnt.h> #include <rpcsvc/nis.h> |