1
1

Fixed a build warning in sftp.

Этот коммит содержится в:
Andreas Schneider 2010-03-29 23:13:39 +02:00
родитель 1a894b65d4
Коммит 3f29a3d4fa

Просмотреть файл

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