projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1103033
)
Fix missing gettimeofday() declaration.
author
Noah Misch
Wed, 2 Jun 2021 01:04:14 +0000
(18:04 -0700)
committer
Noah Misch
Wed, 2 Jun 2021 01:04:14 +0000
(18:04 -0700)
This avoids a warning under MinGW versions having gettimeofday(), per
buildfarm member walleye.
src/interfaces/libpq/fe-trace.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-trace.c
b/src/interfaces/libpq/fe-trace.c
index ed4247be673a4478ea1650f9be7e70dff321f2ad..76a6d1ebe2d5c12e0c78d9d59613bba12856c6b7 100644
(file)
--- a/
src/interfaces/libpq/fe-trace.c
+++ b/
src/interfaces/libpq/fe-trace.c
@@
-16,13
+16,13
@@
#include
#include
+#include
#include
#ifdef WIN32
#include "win32.h"
#else
#include
-#include
#endif
#include "libpq-fe.h"