mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 05:33:03 +08:00
Fix build error when strptime is not present
This commit is contained in:
@@ -32,9 +32,10 @@
|
||||
#ifdef HAVE_STRPTIME
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
char *g_input_ptr;
|
||||
|
||||
/* Prevent warnings from -Wmissing-prototypes. */
|
||||
|
||||
Reference in New Issue
Block a user