lib: Fix AIX build failure
authorTor Arntsen <tor@spacetec.no>
Wed, 19 May 2010 14:26:08 +0000 (14:26 +0000)
committerKamil Dudka <kdudka@redhat.com>
Wed, 19 May 2010 20:09:35 +0000 (22:09 +0200)
RELEASE-NOTES
lib/fileinfo.c
lib/ftplistparser.c

index 614b47c290ee897431a2bb22a45b3c72814f8ea5..4e864f5d9f4acc5800fb6f83c89fd8559a6f537d 100644 (file)
@@ -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)
index 2a184f7895b1f27da4403d694aaf1a78edba08f1..c1c11274322947fb199ae419a9b91ca3b67e0559 100644 (file)
@@ -20,6 +20,8 @@
  *
  ***************************************************************************/
 
+#include "setup.h"
+
 #include <stdlib.h>
 #include "strdup.h"
 #include "fileinfo.h"
index ff7045b1e671e04ec340894cc10f232f887737e6..4e10c4331c7909af0d976efc3da5d86279d6bddb 100644 (file)
@@ -35,6 +35,8 @@
  * 01-29-97 11:32PM <DIR> prog
  */
 
+#include "setup.h"
+
 #include <time.h>
 
 #include "ftplistparser.h"