diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2018-01-17 03:33:02 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2018-01-17 03:33:02 -0500 |
commit | 585e166e46a1572b59eb9fdaffc2d4b785000f9e (patch) | |
tree | 62183e6b4536c35f1ce7dc08f33ea19d2f12ae97 | |
parent | cc4feded0a31d2b732d4ea68613115cb720e624e (diff) | |
download | postgresql-585e166e46a1572b59eb9fdaffc2d4b785000f9e.tar.gz postgresql-585e166e46a1572b59eb9fdaffc2d4b785000f9e.zip |
Fix compiler warnings due to commit cc4feded
-rw-r--r-- | src/include/utils/date.h | 1 |
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; |