diff options
| author | 2006-07-22 20:48:22 +0000 | |
|---|---|---|
| committer | 2006-07-22 20:48:22 +0000 | |
| commit | 0deb67942b30c1593c2410880c6206349479cd2f (patch) | |
| tree | 9acb3eb91469c8753beea5543419000531af95bd /usr.bin/ssh/gss-serv.c | |
| parent | move #include <time.h> out of includes.h (diff) | |
| download | wireguard-openbsd-0deb67942b30c1593c2410880c6206349479cd2f.tar.xz wireguard-openbsd-0deb67942b30c1593c2410880c6206349479cd2f.zip | |
move #include <string.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/gss-serv.c')
| -rw-r--r-- | usr.bin/ssh/gss-serv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/gss-serv.c b/usr.bin/ssh/gss-serv.c index 4ce536d9981..c033aad4fd5 100644 --- a/usr.bin/ssh/gss-serv.c +++ b/usr.bin/ssh/gss-serv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gss-serv.c,v 1.18 2006/07/02 18:36:47 stevesk Exp $ */ +/* $OpenBSD: gss-serv.c,v 1.19 2006/07/22 20:48:23 stevesk Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -28,6 +28,8 @@ #ifdef GSSAPI +#include <string.h> + #include "bufaux.h" #include "auth.h" #include "log.h" |
