diff options
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sftp-common.c b/sftp-common.c index 4cea3c305..aa0757561 100644 --- a/sftp-common.c +++ b/sftp-common.c | |||
@@ -24,7 +24,10 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | RCSID("$OpenBSD: sftp-common.c,v 1.10 2003/11/10 16:23:41 jakob Exp $"); | 27 | RCSID("$OpenBSD: sftp-common.c,v 1.11 2006/02/20 17:19:54 stevesk Exp $"); |
28 | |||
29 | #include <sys/types.h> | ||
30 | #include <sys/stat.h> | ||
28 | 31 | ||
29 | #include "buffer.h" | 32 | #include "buffer.h" |
30 | #include "bufaux.h" | 33 | #include "bufaux.h" |