projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c5a561
)
interval.c needs limits.h
author
Michael Meskes
Wed, 26 Nov 2008 16:47:08 +0000
(16:47 +0000)
committer
Michael Meskes
Wed, 26 Nov 2008 16:47:08 +0000
(16:47 +0000)
src/interfaces/ecpg/pgtypeslib/interval.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/pgtypeslib/interval.c
b/src/interfaces/ecpg/pgtypeslib/interval.c
index 58b5fefff6d4875efec58cb8e5a2c32a43cb5b46..4b2c97f9d00bbe85e5e3d199e07d7b6296ecd73b 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/interval.c
+++ b/
src/interfaces/ecpg/pgtypeslib/interval.c
@@
-1,8
+1,9
@@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.3
8 2008/11/26 16:31:02
meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.3
9 2008/11/26 16:47:08
meskes Exp $ */
#include "postgres_fe.h"
#include
#include
+#include
#ifdef __FAST_MATH__
#error -ffast-math is known to break this code