fix linux build: replace @cImport in broadcaster, bump deps
- broadcaster.zig: replace @cImport for malloc.h and sys/statvfs.h
with @extern declarations (zig 0.16 C translator fails on glibc
stdio2.h __builtin_va_arg_pack)
- bump pg.zig to 9ef9a0f (fix posix.close → std.c.close)
- bump rocksdb-zig to cdef67b (fix std.Thread.RwLock → pthread)
verified: native build, x86_64-linux-gnu cross-compile, tests pass.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>