Fix build error when strptime is not present

This commit is contained in:
Evan Miller
2020-08-04 17:38:07 -04:00
parent a9fb4c65d3
commit 2be700826a

View File

@@ -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. */