diff options
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sftp-common.c b/sftp-common.c index 92ce90661..6fd0d76b6 100644 --- a/sftp-common.c +++ b/sftp-common.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp-common.c,v 1.15 2006/07/06 16:03:53 stevesk Exp $ */ | 1 | /* $OpenBSD: sftp-common.c,v 1.16 2006/07/22 19:08:54 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * Copyright (c) 2001 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2001 Damien Miller. All rights reserved. |
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include <grp.h> | 32 | #include <grp.h> |
33 | #include <pwd.h> | 33 | #include <pwd.h> |
34 | #include <time.h> | ||
34 | 35 | ||
35 | #include "buffer.h" | 36 | #include "buffer.h" |
36 | #include "bufaux.h" | 37 | #include "bufaux.h" |