[Xfce4-commits] <xfce4-cpufreq-plugin:master> Add missing header
Florian Rivoal
noreply at xfce.org
Wed Dec 29 18:06:02 CET 2010
Updating branch refs/heads/master
to 4b0b5e95c3c3df3ac6a2341bbb2dece773722bca (commit)
from 54e16f9510e7c70445feb405307dd78e1868d4b7 (commit)
commit 4b0b5e95c3c3df3ac6a2341bbb2dece773722bca
Author: Florian Rivoal <frivoal at xfce.org>
Date: Wed Dec 29 02:47:10 2010 +0900
Add missing header
Adapted from the patch in bug #6448
panel-plugin/xfce4-cpufreq-linux.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/xfce4-cpufreq-linux.c b/panel-plugin/xfce4-cpufreq-linux.c
index bbe56da..cc91fd8 100644
--- a/panel-plugin/xfce4-cpufreq-linux.c
+++ b/panel-plugin/xfce4-cpufreq-linux.c
@@ -30,6 +30,8 @@
# define _(String) gettext (String)
#endif
+#include <libxfcegui4/libxfcegui4.h>
+
static gboolean
cpufreq_cpu_parse_sysfs_init (gint cpu_number)
{
More information about the Xfce4-commits
mailing list