Skip to content

Commit e1db075

Browse files
committed
add access/hash.h to C includes
1 parent fd28703 commit e1db075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pgzx/c.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const includes = @cImport({
44
@cInclude("postgres.h");
55
@cInclude("postgres_ext.h");
66

7+
@cInclude("access/hash.h");
78
@cInclude("fmgr.h");
89
@cInclude("miscadmin.h");
910
@cInclude("varatt.h");

0 commit comments

Comments
 (0)