diff options
Diffstat (limited to 'lib/libc/net/getservent.c')
-rw-r--r-- | lib/libc/net/getservent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/getservent.c b/lib/libc/net/getservent.c index 8397bfc..a89bc51 100644 --- a/lib/libc/net/getservent.c +++ b/lib/libc/net/getservent.c @@ -49,9 +49,8 @@ __FBSDID("$FreeBSD$"); #include <rpcsvc/yp_prot.h> #include <rpcsvc/ypclnt.h> static int serv_stepping_yp = 0; -extern int _yp_check( char ** ); #endif - +#include "libc_private.h" #define MAXALIASES 35 |