summaryrefslogtreecommitdiffstats
path: root/src/hardware_cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_cpu.cpp')
-rw-r--r--src/hardware_cpu.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/hardware_cpu.cpp b/src/hardware_cpu.cpp
index e87de1a..ef4fe55 100644
--- a/src/hardware_cpu.cpp
+++ b/src/hardware_cpu.cpp
@@ -28,11 +28,15 @@
* \date 2006
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
// include own header
#include "hardware_cpu.h"
#include "hardware_cpu.moc"
-// QT Header
+// TQt Header
#include <tqdir.h>
#include <tqtimer.h>