Add missing #include for calloc in ecpg.
authorBruce Momjian
Sat, 22 Mar 2003 17:12:23 +0000 (17:12 +0000)
committerBruce Momjian
Sat, 22 Mar 2003 17:12:23 +0000 (17:12 +0000)
src/interfaces/ecpg/pgtypeslib/common.c

index b91bedcd581f536c03f19c3eb42b567426165896..719b18b0290697b1e3d00bb83f02ac51e1e39191 100644 (file)
@@ -1,4 +1,5 @@
 #include 
+#include 
 
 #include "extern.h"