From a456cdbea3e6473a97bce33867004c6e619d017e Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 12 Jan 2006 03:26:58 +0100 Subject: [PATCH] Include osdep/stat.h to get S_* macros --- src/protocol/ftp/ftp-parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocol/ftp/ftp-parser.c b/src/protocol/ftp/ftp-parser.c index c254390c..197466a5 100644 --- a/src/protocol/ftp/ftp-parser.c +++ b/src/protocol/ftp/ftp-parser.c @@ -11,6 +11,7 @@ #include "elinks.h" +#include "osdep/stat.h" #include "protocol/ftp/parse.h" -- 2.11.4.GIT