diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-05 02:26:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-05 02:26:51 +0000 |
commit | c4e39c66417081533a2c8361aaf49c512f2d8dce (patch) | |
tree | 9c77fc880fb2965b9272dd1809a6405c1ba2da24 /libexec/rpc.yppasswdd | |
parent | 2304f6762e6b83eefb301db86725794ff35f2cb6 (diff) |
pull errno.h in
Diffstat (limited to 'libexec/rpc.yppasswdd')
-rw-r--r-- | libexec/rpc.yppasswdd/rpc.yppasswdd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rpc.yppasswdd/rpc.yppasswdd.c b/libexec/rpc.yppasswdd/rpc.yppasswdd.c index b9b89beaf83..581755a0a8e 100644 --- a/libexec/rpc.yppasswdd/rpc.yppasswdd.c +++ b/libexec/rpc.yppasswdd/rpc.yppasswdd.c @@ -30,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: rpc.yppasswdd.c,v 1.7 1997/08/04 19:25:11 deraadt Exp $"; +static char rcsid[] = "$Id: rpc.yppasswdd.c,v 1.8 1997/08/05 02:26:50 deraadt Exp $"; #endif #include <sys/types.h> @@ -40,6 +40,7 @@ static char rcsid[] = "$Id: rpc.yppasswdd.c,v 1.7 1997/08/04 19:25:11 deraadt Ex #include <stdio.h> #include <unistd.h> #include <stdlib.h> +#include <errno.h> #include <string.h> #include <pwd.h> #include <util.h> |