mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
Add missing #include for calloc in ecpg.
This commit is contained in:
parent
9323cb0aab
commit
268bbf430f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue