1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Add missing #include for calloc in ecpg.

This commit is contained in:
Bruce Momjian
2003-03-22 17:12:23 +00:00
parent 9323cb0aab
commit 268bbf430f

View File

@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdlib.h>
#include "extern.h"