mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-22 20:26:17 +01:00
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:
parent
4ae42ceb3c
commit
f9cc078671
@ -24,7 +24,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <glibintl.h>
|
||||
#include <locale.h>
|
||||
|
||||
#include "gsettings.h"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "strinfo.c"
|
||||
|
||||
#include <glibintl.h>
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user