projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9323cb0
)
Add missing #include for calloc in ecpg.
author
Bruce Momjian
Sat, 22 Mar 2003 17:12:23 +0000
(17:12 +0000)
committer
Bruce Momjian
Sat, 22 Mar 2003 17:12:23 +0000
(17:12 +0000)
src/interfaces/ecpg/pgtypeslib/common.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/pgtypeslib/common.c
b/src/interfaces/ecpg/pgtypeslib/common.c
index b91bedcd581f536c03f19c3eb42b567426165896..719b18b0290697b1e3d00bb83f02ac51e1e39191 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/common.c
+++ b/
src/interfaces/ecpg/pgtypeslib/common.c
@@
-1,4
+1,5
@@
#include
+#include
#include "extern.h"