mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-22 22:37:01 +08:00
Add missing #include for calloc in ecpg.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user