diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-21 19:21:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-21 19:21:18 +0000 |
commit | d88c4f05415f7cd5e4a31a59b71b547f3e459d42 (patch) | |
tree | 3de514e9a5b2bb2cc30b5fea250c988e97c4fb13 /usr.bin/ypmatch | |
parent | e8a9cd1fb42f698bb22fccbb379853b7d067d2fc (diff) |
Wall
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r-- | usr.bin/ypmatch/ypmatch.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index 1c0542de776..6b729a98618 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypmatch.c,v 1.5 1996/05/21 21:32:42 deraadt Exp $ */ +/* $OpenBSD: ypmatch.c,v 1.6 1997/07/21 19:21:17 deraadt Exp $ */ /* $NetBSD: ypmatch.c,v 1.8 1996/05/07 01:24:52 jtc Exp $ */ /* @@ -34,7 +34,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.5 1996/05/21 21:32:42 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.6 1997/07/21 19:21:17 deraadt Exp $"; #endif #include <sys/param.h> @@ -42,6 +42,7 @@ static char rcsid[] = "$OpenBSD: ypmatch.c,v 1.5 1996/05/21 21:32:42 deraadt Exp #include <sys/socket.h> #include <stdio.h> #include <string.h> +#include <unistd.h> #include <ctype.h> #include <rpc/rpc.h> |