mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +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
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_TIME
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
#include "gdatetime.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user