diff --git a/crdt-demo/runner.zig b/crdt-demo/runner.zig index 113106f..482b70e 100644 --- a/crdt-demo/runner.zig +++ b/crdt-demo/runner.zig @@ -2,7 +2,7 @@ //! CRDT server binary, then waits for the server to exit. const std = @import("std"); -const spawn = spawn; +const spawn = std.process.spawn; pub fn main(init: std.process.Init) !void { const io = init.io;