[Goodies-commits] r7116 - in xfce4-power-manager/trunk: . src

Ali Abdallah aliov at xfce.org
Sun Apr 5 20:31:16 CEST 2009


Author: aliov
Date: 2009-04-05 18:31:15 +0000 (Sun, 05 Apr 2009)
New Revision: 7116

Modified:
   xfce4-power-manager/trunk/ChangeLog
   xfce4-power-manager/trunk/src/xfpm-battery-info.c
Log:
Include missing config.h in xfpm-battery-info

Modified: xfce4-power-manager/trunk/ChangeLog
===================================================================
--- xfce4-power-manager/trunk/ChangeLog	2009-04-05 17:40:25 UTC (rev 7115)
+++ xfce4-power-manager/trunk/ChangeLog	2009-04-05 18:31:15 UTC (rev 7116)
@@ -1,4 +1,7 @@
 
+2009-04-05 20:31 Ali aliov at xfce.org 
+	 * : Include missing config.h in xfpm-battery-info
+
 2009-04-05 19:40 Ali aliov at xfce.org 
 	 * : Fix bug: 5193, the help document in the settings dialog
 

Modified: xfce4-power-manager/trunk/src/xfpm-battery-info.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-battery-info.c	2009-04-05 17:40:25 UTC (rev 7115)
+++ xfce4-power-manager/trunk/src/xfpm-battery-info.c	2009-04-05 18:31:15 UTC (rev 7116)
@@ -18,6 +18,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libxfce4util/libxfce4util.h>
 #include <libxfcegui4/libxfcegui4.h>
 




More information about the Goodies-commits mailing list