[gnome-packagekit] include <locale.h> in gpk-update-viewer.c
- From: Jaap A. Haitsma <jhaitsma src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-packagekit] include <locale.h> in gpk-update-viewer.c
- Date: Sun, 21 Jun 2009 11:44:45 -0400 (EDT)
commit 8290ee978e04f237babd7d7f4b1864982c35f3f1
Author: Jaap A. Haitsma <jaap haitsma org>
Date: Sun Jun 21 17:43:39 2009 +0200
include <locale.h> in gpk-update-viewer.c
gpk-update-viewer.c did not compile because locale.h was not included
src/gpk-update-viewer.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index 3335819..89cac84 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -21,6 +21,7 @@
#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]