Skip to content

Commit 268bbf4

Browse files
committed
Add missing #include for calloc in ecpg.
1 parent 9323cb0 commit 268bbf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/ecpg/pgtypeslib/common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <errno.h>
2+
#include <stdlib.h>
23

34
#include "extern.h"
45

0 commit comments

Comments
 (0)