Skip to content

Commit cefe15e

Browse files
authored
headers: add datetime (#95)
1 parent 2da10c2 commit cefe15e

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
@@ -174,6 +174,7 @@ const includes = @cImport({
174174

175175
@cInclude("utils/builtins.h");
176176
@cInclude("utils/datum.h");
177+
@cInclude("utils/datetime.h");
177178
@cInclude("utils/guc.h");
178179
@cInclude("utils/guc_hooks.h");
179180
@cInclude("utils/guc_tables.h");

0 commit comments

Comments
 (0)