From b5ee2077ffef4350f806c968ee87c404d2e18b37 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sat, 29 Jan 2011 16:32:59 +0300 Subject: [PATCH] ftpfs.c: added include of stdio.h needed for sscanf(). Signed-off-by: Andrew Borodin --- lib/vfs/mc-vfs/ftpfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vfs/mc-vfs/ftpfs.c b/lib/vfs/mc-vfs/ftpfs.c index c6234a2bc..9ed3b3a2b 100644 --- a/lib/vfs/mc-vfs/ftpfs.c +++ b/lib/vfs/mc-vfs/ftpfs.c @@ -69,6 +69,7 @@ What to do with this? /* \todo Fix: Namespace pollution: horrible */ #include +#include /* sscanf() */ #include /* atoi() */ #include /* POSIX-required by sys/socket.h and netdb.h */ #include /* struct hostent */ -- 2.11.4.GIT