Commit 5f53c9d9 authored by Tor Arntsen's avatar Tor Arntsen Committed by Kamil Dudka
Browse files

lib: Fix AIX build failure

parent 04cfef24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
 *
 ***************************************************************************/

#include "setup.h"

#include <stdlib.h>
#include "strdup.h"
#include "fileinfo.h"
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@
 * 01-29-97 11:32PM <DIR> prog
 */

#include "setup.h"

#include <time.h>

#include "ftplistparser.h"