aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2011-08-30 11:39:14 +0200
committermilo <milo@r0ot.me>2011-08-30 11:39:14 +0200
commit0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c (patch)
treef99f726a54c18e5d0ca29e9b33cb94cbbafaa6df
parent822c68eb8e06204170a2b0f9641f5886a45d397f (diff)
downloadlibssh-0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c.tar.gz
libssh-0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c.tar.xz
libssh-0cbbe39e4f5a3965ae975c1eb3cc491ab4219f7c.zip
Include stdio.h for snprintf
-rw-r--r--src/pki_gcrypt.c1
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"