mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Restore #include strptime.h, needed on MinGW.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user