diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 614b47c290ee897431a2bb22a45b3c72814f8ea5..4e864f5d9f4acc5800fb6f83c89fd8559a6f537d 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 2a184f7895b1f27da4403d694aaf1a78edba08f1..c1c11274322947fb199ae419a9b91ca3b67e0559 100644 --- a/lib/fileinfo.c +++ b/lib/fileinfo.c @@ -20,6 +20,8 @@ * ***************************************************************************/ +#include "setup.h" + #include #include "strdup.h" #include "fileinfo.h" diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c index ff7045b1e671e04ec340894cc10f232f887737e6..4e10c4331c7909af0d976efc3da5d86279d6bddb 100644 --- a/lib/ftplistparser.c +++ b/lib/ftplistparser.c @@ -35,6 +35,8 @@ * 01-29-97 11:32PM prog */ +#include "setup.h" + #include #include "ftplistparser.h"