Restore #include strptime.h, needed on MinGW.

This commit is contained in:
John Ralls
2015-04-30 16:08:24 -07:00
parent 48a5473bbb
commit 9fafb61283

View File

@@ -38,7 +38,9 @@ extern "C"
#ifdef HAVE_LANGINFO_D_FMT
# include <langinfo.h>
#endif
#ifndef HAVE_STRPTIME
#include <strptime.h>
#endif
#ifdef G_OS_WIN32
# include <windows.h>
#endif