]> spindle.queued.net Git - midori/commitdiff
Include locale.h, it may not be pulled in automatically
authorChristian Dywan <christian@twotoasts.de>
Thu, 22 Jan 2009 12:12:05 +0000 (13:12 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 22 Jan 2009 12:12:05 +0000 (13:12 +0100)
midori/main.c

index 1afd87e14c90ec4b413a2af346f9834b574fb588..31efc1cab892b673adf778775ea1fd6c5665d299 100644 (file)
@@ -50,6 +50,7 @@
 
 #if ENABLE_NLS
     #include <libintl.h>
+    #include <locale.h>
 #endif
 
 #define MIDORI_HISTORY_ERROR g_quark_from_string("MIDORI_HISTORY_ERROR")