2018-08-19 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression that caused the build to break under RHEL 6.
This commit is contained in:
Fred Gleason 2018-08-19 14:41:08 -04:00
parent 1975c71fcc
commit 2bbd39baeb
2 changed files with 5 additions and 4 deletions

View File

@ -17488,3 +17488,5 @@
2018-08-17 Fred Gleason <fredg@paravelsystems.com>
* Updated the pre- and post-installation scripts in the RPM spec
file.
2018-08-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that caused the build to break under RHEL 6.

View File

@ -2,7 +2,7 @@
//
// Functions for getting system status.
//
// (C) Copyright 2012,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2016-2018 Fred Gleason <fredg@paravelsystems.com>
//
// 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 <syslog.h>
#include <errno.h>
#include <qsqlquery.h>
#include <qstringlist.h>
#include <qsqldatabase.h>
//Added by qt3to4:
#include <QSqlQuery>
#include <qvariant.h>
#include "rdstatus.h"