diff options
Diffstat (limited to 'usr.bin/ssh/deattack.c')
-rw-r--r-- | usr.bin/ssh/deattack.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/deattack.c b/usr.bin/ssh/deattack.c index fa397e6e8cb..57a747da503 100644 --- a/usr.bin/ssh/deattack.c +++ b/usr.bin/ssh/deattack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: deattack.c,v 1.27 2006/03/30 09:58:15 djm Exp $ */ +/* $OpenBSD: deattack.c,v 1.28 2006/07/22 20:48:23 stevesk Exp $ */ /* * Cryptographic attack detector for ssh - source code * @@ -20,6 +20,8 @@ #include "includes.h" +#include <string.h> + #include "deattack.h" #include "log.h" #include "crc32.h" |