1
1

src/vfs/sftpfs/vfs_subclass.c: add missing includes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2013-05-22 21:59:03 +04:00 коммит произвёл Slava Zanko
родитель cb08c1d0bf
Коммит fc34675093

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

@ -26,6 +26,8 @@
#include <config.h> #include <config.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h>
#include <string.h> /* memset() */
#include "lib/global.h" #include "lib/global.h"
#include "lib/vfs/utilvfs.h" #include "lib/vfs/utilvfs.h"