1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Include stdio.h for snprintf

This commit is contained in:
milo
2011-08-30 11:39:14 +02:00
parent 822c68eb8e
commit 0cbbe39e4f

View File

@@ -27,6 +27,7 @@
#include <string.h>
#include <stdlib.h>
#include <gcrypt.h>
#include <stdio.h>
#include "libssh/priv.h"
#include "libssh/buffer.h"