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
1 changed files with 1 additions and 0 deletions

View File

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