mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Add missing #include.
time(2) requires time.h.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <locale.h>
|
||||
#include <time.h>
|
||||
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
|
Reference in New Issue
Block a user