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:
Matthias Clasen 2011-08-22 22:01:39 -04:00
parent d51e0615f9
commit d617091d80

View File

@ -53,7 +53,10 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_LANGINFO_TIME
#include <langinfo.h>
#endif
#include "gdatetime.h"