From bf17b5404846d54d70fe63eb013cf20bf0a4b448 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 9 Apr 2020 12:54:38 +0200 Subject: Go back to using std.ChildProcess The bug with this was fixed by https://github.com/ziglang/zig/pull/4970. --- src/c.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/c.zig') diff --git a/src/c.zig b/src/c.zig index 30a91a6..30d7340 100644 --- a/src/c.zig +++ b/src/c.zig @@ -2,7 +2,6 @@ pub usingnamespace @cImport({ @cDefine("WLR_USE_UNSTABLE", {}); @cInclude("time.h"); @cInclude("stdlib.h"); - @cInclude("unistd.h"); @cInclude("wayland-server-core.h"); //@cInclude("wlr/backend.h"); //@cInclude("wlr/render/wlr_renderer.h"); -- cgit v1.2.3