ftpfs.c: added include of stdio.h needed for sscanf().

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-01-29 16:32:59 +03:00 committed by Slava Zanko
parent fe60e4c89b
commit c30c82ee48
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ What to do with this?
/* \todo Fix: Namespace pollution: horrible */
#include <config.h>
#include <stdio.h> /* sscanf() */
#include <stdlib.h> /* atoi() */
#include <sys/types.h> /* POSIX-required by sys/socket.h and netdb.h */
#include <netdb.h> /* struct hostent */