mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 08:26:14 +01:00
gdatetime: Don't include langinfo.h unconditionally
It doesn't exist on Windows. https://bugzilla.gnome.org/show_bug.cgi?id=657083
This commit is contained in:
parent
d51e0615f9
commit
d617091d80
@ -53,7 +53,10 @@
|
|||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LANGINFO_TIME
|
||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gdatetime.h"
|
#include "gdatetime.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user