1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

lib: Fix AIX build failure

This commit is contained in:
Tor Arntsen 2010-05-19 14:26:08 +00:00 committed by Kamil Dudka
parent 04cfef24a1
commit 5f53c9d94a
3 changed files with 5 additions and 1 deletions

View File

@ -41,6 +41,6 @@ advice from friends like these:
Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse,
Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske, 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) Thanks! (and sorry if I forgot to mention someone)

View File

@ -20,6 +20,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include "setup.h"
#include <stdlib.h> #include <stdlib.h>
#include "strdup.h" #include "strdup.h"
#include "fileinfo.h" #include "fileinfo.h"

View File

@ -35,6 +35,8 @@
* 01-29-97 11:32PM <DIR> prog * 01-29-97 11:32PM <DIR> prog
*/ */
#include "setup.h"
#include <time.h> #include <time.h>
#include "ftplistparser.h" #include "ftplistparser.h"