diff options
Diffstat (limited to 'usr.bin/passwd/yp_passwd.c')
-rw-r--r-- | usr.bin/passwd/yp_passwd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/passwd/yp_passwd.c b/usr.bin/passwd/yp_passwd.c index 2765eef00e2..de9a6603edf 100644 --- a/usr.bin/passwd/yp_passwd.c +++ b/usr.bin/passwd/yp_passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yp_passwd.c,v 1.34 2014/11/21 05:13:44 tedu Exp $ */ +/* $OpenBSD: yp_passwd.c,v 1.35 2015/01/16 06:40:10 deraadt Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -39,6 +39,7 @@ #include <time.h> #include <pwd.h> #include <err.h> +#include <signal.h> #include <errno.h> #include <ctype.h> #include <login_cap.h> |