Skip to content

Commit 9aafc45

Browse files
committed
Re-#include <time.h> in checkpointer.c.
Commit 7dbfea3 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.
1 parent e9fd041 commit 9aafc45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/postmaster/checkpointer.c

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "postgres.h"
3838

3939
#include <sys/time.h>
40+
#include <time.h>
4041

4142
#include "access/xlog.h"
4243
#include "access/xlog_internal.h"

0 commit comments

Comments
 (0)