mousetweaks r378 - in trunk: . src



Author: gerdk
Date: Mon Jan 12 12:39:24 2009
New Revision: 378
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=378&view=rev

Log:
2009-01-12  Gerd Kohlberger  <gerdk svn gnome org>

	* src/mt-main.c: Add missing <locale.h>. Bug #567483.



Modified:
   trunk/ChangeLog
   trunk/src/mt-main.c

Modified: trunk/src/mt-main.c
==============================================================================
--- trunk/src/mt-main.c	(original)
+++ trunk/src/mt-main.c	Mon Jan 12 12:39:24 2009
@@ -19,6 +19,7 @@
 
 #include <signal.h>
 #include <unistd.h>
+#include <locale.h>
 
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>



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