mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 04:13:06 +02: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…
x
Reference in New Issue
Block a user