diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fileinfo.c | 2 | ||||
-rw-r--r-- | lib/ftplistparser.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/fileinfo.c b/lib/fileinfo.c index 2a184f789..c1c112743 100644 --- a/lib/fileinfo.c +++ b/lib/fileinfo.c @@ -20,6 +20,8 @@ * ***************************************************************************/ +#include "setup.h" + #include <stdlib.h> #include "strdup.h" #include "fileinfo.h" diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c index ff7045b1e..4e10c4331 100644 --- a/lib/ftplistparser.c +++ b/lib/ftplistparser.c @@ -35,6 +35,8 @@ * 01-29-97 11:32PM <DIR> prog */ +#include "setup.h" + #include <time.h> #include "ftplistparser.h" |