We need <locale.h> in gsettingsschema.c now

for LC_TIME (since we moved a bunch of code over from gsettings.c).
This commit is contained in:
Ryan Lortie 2011-11-18 09:41:07 +00:00
parent 4ae42ceb3c
commit f9cc078671
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include <glib.h>
#include <glibintl.h>
#include <locale.h>
#include "gsettings.h"

View File

@ -27,6 +27,7 @@
#include "strinfo.c"
#include <glibintl.h>
#include <locale.h>
#include <string.h>
/**