aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2018-01-17 03:33:02 -0500
committerAndrew Dunstan <andrew@dunslane.net>2018-01-17 03:33:02 -0500
commit585e166e46a1572b59eb9fdaffc2d4b785000f9e (patch)
tree62183e6b4536c35f1ce7dc08f33ea19d2f12ae97 /src
parentcc4feded0a31d2b732d4ea68613115cb720e624e (diff)
downloadpostgresql-585e166e46a1572b59eb9fdaffc2d4b785000f9e.tar.gz
postgresql-585e166e46a1572b59eb9fdaffc2d4b785000f9e.zip
Fix compiler warnings due to commit cc4feded
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/date.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/date.h b/src/include/utils/date.h
index e17cd49602e..eb6d2a16fec 100644
--- 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;