From 15b9e2c5ff7ba51288932b095f3f9949104143d6 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 27 Mar 2003 17:25:34 +0000
Subject: [PATCH] Add <stdlib> to add calloc() prototype.

---
 src/interfaces/ecpg/pgtypeslib/common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/interfaces/ecpg/pgtypeslib/common.c b/src/interfaces/ecpg/pgtypeslib/common.c
index b91bedcd581..719b18b0290 100644
--- a/src/interfaces/ecpg/pgtypeslib/common.c
+++ b/src/interfaces/ecpg/pgtypeslib/common.c
@@ -1,4 +1,5 @@
 #include <errno.h>
+#include <stdlib.h>
 
 #include "extern.h"
 	
-- 
GitLab