From ea2b65d4834d864029299809fb23f40ba2a56f90 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:05:56 -0800 Subject: Draw the owl --- src/bun.js/api/bun.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bun.js/api/bun.zig') diff --git a/src/bun.js/api/bun.zig b/src/bun.js/api/bun.zig index 6b19f138d..8bc3ee962 100644 --- a/src/bun.js/api/bun.zig +++ b/src/bun.js/api/bun.zig @@ -4004,4 +4004,5 @@ pub const JSZlib = struct { } }; +pub usingnamespace @import("./postgres.zig"); pub usingnamespace @import("./bun/subprocess.zig"); -- cgit v1.2.3