summaryrefslogtreecommitdiff
path: root/extra/kdebase-workspace/sensors-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kdebase-workspace/sensors-fix.patch')
-rw-r--r--extra/kdebase-workspace/sensors-fix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/kdebase-workspace/sensors-fix.patch b/extra/kdebase-workspace/sensors-fix.patch
new file mode 100644
index 000000000..2d9b70c52
--- /dev/null
+++ b/extra/kdebase-workspace/sensors-fix.patch
@@ -0,0 +1,22 @@
+commit 23863a99399cbb274f6756146b3c08de2efa0c7f
+Author: John Tapsell <johnflux@gmail.com>
+Date: Thu Apr 7 10:59:20 2011 +0100
+
+ Fix accidental removal of a #include, when adding freebsd support. This broke the lmsensors at minimum
+
+ BUG: 270246
+ BUG: 270246
+ CCMAIL: naylor.b.david@gmail.com
+
+diff --git a/ksysguard/ksysguardd/modules.h b/ksysguard/ksysguardd/modules.h
+index e780be6..9aae890 100644
+--- a/ksysguard/ksysguardd/modules.h
++++ b/ksysguard/ksysguardd/modules.h
+@@ -23,6 +23,7 @@
+ #ifndef KSG_MODULES_H
+ #define KSG_MODULES_H
+
++#include "config-ksysguardd.h"
+ #include "Command.h"
+ #include "conf.h"
+ #include "ksysguardd.h"