mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Re-#include <time.h> in checkpointer.c.
Commit 7dbfea3c45 thought it could get
away with removing this, but Thomas Munro reports, on behalf of the
buildfarm, that it's still needed at least on Windows to avoid
compiler warnings.
This commit is contained in:
parent
e9fd0415e6
commit
9aafc4529f
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include "postgres.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "access/xlog_internal.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue