diff options
author | milo <milo@r0ot.me> | 2011-08-30 11:39:14 +0200 |
---|---|---|
committer | milo <milo@r0ot.me> | 2011-08-30 11:39:14 +0200 |
commit | 0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c (patch) | |
tree | f99f726a54c18e5d0ca29e9b33cb94cbbafaa6df /src | |
parent | 822c68eb8e06204170a2b0f9641f5886a45d397f (diff) | |
download | libssh-0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c.tar.gz libssh-0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c.tar.xz libssh-0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c.zip |
Include stdio.h for snprintf
Diffstat (limited to 'src')
-rw-r--r-- | src/pki_gcrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c index 3e43aa4a..61883341 100644 --- a/src/pki_gcrypt.c +++ b/src/pki_gcrypt.c @@ -27,6 +27,7 @@ #include <string.h> #include <stdlib.h> #include <gcrypt.h> +#include <stdio.h> #include "libssh/priv.h" #include "libssh/buffer.h" |