[Xfce4-commits] <xfce4-cpugraph-plugin:master> Add missing headers
Florian Rivoal
noreply at xfce.org
Mon Jun 21 17:46:01 CEST 2010
Updating branch refs/heads/master
to 0b42b3514f1a042d0ce3e4203b67a6b90f6b4dac (commit)
from fb4bd9d08afa9dbbcf9b5690f5b018323de68a1b (commit)
commit 0b42b3514f1a042d0ce3e4203b67a6b90f6b4dac
Author: Florian Rivoal <frivoal at gmail.com>
Date: Sat Jun 12 12:51:58 2010 +0900
Add missing headers
The recent header cleanup had left some files out, causing compilation
warnings.
panel-plugin/properties.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/properties.c b/panel-plugin/properties.c
index 19e045b..a014d2c 100644
--- a/panel-plugin/properties.c
+++ b/panel-plugin/properties.c
@@ -2,6 +2,9 @@
#include "properties.h"
#include "settings.h"
+#include <glib/gprintf.h>
+#include <libxfcegui4/libxfcegui4.h>
+
#ifndef _
# include <libintl.h>
# define _(String) gettext (String)
More information about the Xfce4-commits
mailing list