Include locale.h, it may not be pulled in automatically

This commit is contained in:
Christian Dywan 2009-01-22 13:12:05 +01:00
parent 455ad57d0f
commit 1a69bc9d2d

View 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")