From: Tor Arntsen Date: Wed, 19 May 2010 14:26:08 +0000 (+0000) Subject: lib: Fix AIX build failure X-Git-Tag: curl-7_21_0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f53c9d94a41622e14758d81290ff054dfee4395;p=thirdparty%2Fcurl.git lib: Fix AIX build failure --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 614b47c290..4e864f5d9f 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 2a184f7895..c1c1127432 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 ff7045b1e6..4e10c4331c 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"