diff options
author | Tor Arntsen <tor@spacetec.no> | 2010-05-19 14:26:08 +0000 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-05-19 22:09:35 +0200 |
commit | 5f53c9d94a41622e14758d81290ff054dfee4395 (patch) | |
tree | 27c02501681758b7b3eb70a97173a61250af1f68 /lib/ftplistparser.c | |
parent | 04cfef24a113e1477ccfafa633c468f0055a42c5 (diff) | |
download | curl-5f53c9d94a41622e14758d81290ff054dfee4395.tar.gz |
lib: Fix AIX build failure
Diffstat (limited to 'lib/ftplistparser.c')
-rw-r--r-- | lib/ftplistparser.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |