gnome-power-manager r3083 - in trunk: . src
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r3083 - in trunk: . src
- Date: Sun, 9 Nov 2008 11:44:41 +0000 (UTC)
Author: fpeters
Date: Sun Nov 9 11:44:41 2008
New Revision: 3083
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3083&view=rev
Log:
* src/gpm-main.c, src/gpm-statistics.c: added missing locale.h
includes. (closes: #559994)
Modified:
trunk/ChangeLog
trunk/src/gpm-main.c
trunk/src/gpm-statistics.c
Modified: trunk/src/gpm-main.c
==============================================================================
--- trunk/src/gpm-main.c (original)
+++ trunk/src/gpm-main.c Sun Nov 9 11:44:41 2008
@@ -29,6 +29,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
+#include <locale.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
Modified: trunk/src/gpm-statistics.c
==============================================================================
--- trunk/src/gpm-statistics.c (original)
+++ trunk/src/gpm-statistics.c Sun Nov 9 11:44:41 2008
@@ -21,6 +21,8 @@
#include "config.h"
+#include <locale.h>
+
#include <glib.h>
#include <glib/gi18n.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]