diff --git a/ChangeLog b/ChangeLog index ef2251e6..36572f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17488,3 +17488,5 @@ 2018-08-17 Fred Gleason * Updated the pre- and post-installation scripts in the RPM spec file. +2018-08-19 Fred Gleason + * Fixed a regression that caused the build to break under RHEL 6. diff --git a/lib/rdstatus.cpp b/lib/rdstatus.cpp index b5155e13..1392a8fc 100644 --- a/lib/rdstatus.cpp +++ b/lib/rdstatus.cpp @@ -2,7 +2,7 @@ // // Functions for getting system status. // -// (C) Copyright 2012,2016 Fred Gleason +// (C) Copyright 2016-2018 Fred Gleason // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU Library General Public License @@ -23,10 +23,9 @@ #include #include +#include #include -#include -//Added by qt3to4: -#include +#include #include "rdstatus.h"