From 5f53c9d94a41622e14758d81290ff054dfee4395 Mon Sep 17 00:00:00 2001 From: Tor Arntsen Date: Wed, 19 May 2010 14:26:08 +0000 Subject: [PATCH] lib: Fix AIX build failure --- RELEASE-NOTES | 2 +- lib/fileinfo.c | 2 ++ lib/ftplistparser.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 614b47c29..4e864f5d9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -41,6 +41,6 @@ advice from friends like these: Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske, - Pavel Raiskup, John-Mark Bell, Eric Mertens + Pavel Raiskup, John-Mark Bell, Eric Mertens, Tor Arntsen Thanks! (and sorry if I forgot to mention someone) 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 #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 prog */ +#include "setup.h" + #include #include "ftplistparser.h"