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

Fixed missing include for FILE

This commit is contained in:
milo
2011-08-15 17:37:01 +02:00
parent e06b3dba0d
commit 962bdb1eea

View File

@@ -33,6 +33,7 @@
#include "config.h"
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>