[rhythmbox] main.c needs locale.h



commit 65f2876d249b6d505b28c4acf23b2e2a7366164d
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Feb 3 22:30:54 2012 +1000

    main.c needs locale.h

 shell/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index b3da7ed..cdf29f9 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -29,6 +29,8 @@
 
 #include <config.h>
 
+#include <locale.h>
+
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]