mirror of https://github.com/MidnightCommander/mc
ftpfs.c: added include of stdio.h needed for sscanf().
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fe60e4c89b
commit
c30c82ee48
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue