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

Fix warning for snprintf

This commit is contained in:
Aris Adamantiadis
2010-05-31 11:52:36 +03:00
committed by Andreas Schneider
parent ac93e2aea7
commit dc88a937f0

View File

@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>