mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-02 08:59:33 +02:00
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:
parent
1975c71fcc
commit
2bbd39baeb
@ -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.
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user