diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-31 11:52:36 +0300 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-31 11:52:36 +0300 |
| commit | 608e81bc003900e0807eba43c631870bedc31fc1 (patch) | |
| tree | fc122d240c21e562cf1eb28d922712c1e4eac775 /libssh/sftp.c | |
| parent | 7e17838c0b472c7e92e0c21d0f9094c2a6b5b957 (diff) | |
Fix warning for snprintf
Diffstat (limited to 'libssh/sftp.c')
| -rw-r--r-- | libssh/sftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/sftp.c b/libssh/sftp.c index 3b0c870e..ace8df9e 100644 --- a/libssh/sftp.c +++ b/libssh/sftp.c @@ -29,6 +29,7 @@ #include <fcntl.h> #include <stdlib.h> #include <string.h> +#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> |
