aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE-NOTES2
-rw-r--r--lib/fileinfo.c2
-rw-r--r--lib/ftplistparser.c2
3 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 614b47c29..4e864f5d9 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 2a184f789..c1c112743 100644
--- a/lib/fileinfo.c
+++ b/lib/fileinfo.c
@@ -20,6 +20,8 @@
*
***************************************************************************/
+#include "setup.h"
+
#include <stdlib.h>
#include "strdup.h"
#include "fileinfo.h"
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"