projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4fede
)
Fix compiler warnings due to commit cc4feded
author
Andrew Dunstan
<andrew@dunslane.net>
Wed, 17 Jan 2018 08:33:02 +0000
(
03:33
-0500)
committer
Andrew Dunstan
<andrew@dunslane.net>
Wed, 17 Jan 2018 08:33:02 +0000
(
03:33
-0500)
src/include/utils/date.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/date.h
b/src/include/utils/date.h
index e17cd49602e40304c239b28718341573a0138956..eb6d2a16fec9cb9b17fc3711cbddca40576b6bd9 100644
(file)
--- a/
src/include/utils/date.h
+++ b/
src/include/utils/date.h
@@
-17,6
+17,7
@@
#include <math.h>
#include "fmgr.h"
+#include "pgtime.h"
#include "datatype/timestamp.h"
typedef int32 DateADT;