diff options
author | 2007-08-23 02:55:51 +0000 | |
---|---|---|
committer | 2007-08-23 02:55:51 +0000 | |
commit | 874b987904f168f9255b7f0753342a0b64483a85 (patch) | |
tree | 2945c0b4d012dd87d9eba7e740eb1302b045251f /usr.bin/ssh/auth.c | |
parent | unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@ (diff) | |
download | wireguard-openbsd-874b987904f168f9255b7f0753342a0b64483a85.tar.xz wireguard-openbsd-874b987904f168f9255b7f0753342a0b64483a85.zip |
missed include bits from last commit
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 173d490d4e9..a2c28324e98 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.76 2007/08/23 02:49:43 djm Exp $ */ +/* $OpenBSD: auth.c,v 1.77 2007/08/23 02:55:51 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -29,6 +29,7 @@ #include <errno.h> #include <libgen.h> +#include <login_cap.h> #include <paths.h> #include <pwd.h> #include <stdarg.h> |