diff --git a/ChangeLog b/ChangeLog index 5a95ba5b..1d01d1d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21234,3 +21234,5 @@ 2021-02-25 Fred Gleason * Fixed a regression in rdlogmanager(1) that caused incorrect operation of the progress dialog during log generation. +2021-03-08 Fred Gleason + * Fixed a regression in 'lib/rdconfig.cpp' that broke the build. diff --git a/lib/rdconfig.cpp b/lib/rdconfig.cpp index b7230d63..c8659745 100644 --- a/lib/rdconfig.cpp +++ b/lib/rdconfig.cpp @@ -2,7 +2,7 @@ // // A container class for a Rivendell Base Configuration // -// (C) Copyright 2002-2019 Fred Gleason +// (C) Copyright 2002-2021 Fred Gleason // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as @@ -28,12 +28,11 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "rdconfig.h" #include "rdprofile.h"