aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-04-09 12:54:38 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-04-09 12:54:38 +0200
commitbf17b5404846d54d70fe63eb013cf20bf0a4b448 (patch)
tree180b3dc34c05e4eeebb29e124f870e33778580b7 /src/c.zig
parent6c23f3eefd84c2748f5e83f8a84f0996c6a10578 (diff)
downloadriver-bf17b5404846d54d70fe63eb013cf20bf0a4b448.tar.gz
river-bf17b5404846d54d70fe63eb013cf20bf0a4b448.tar.xz
Go back to using std.ChildProcess
The bug with this was fixed by https://github.com/ziglang/zig/pull/4970.
Diffstat (limited to 'src/c.zig')
-rw-r--r--src/c.zig1
1 files changed, 0 insertions, 1 deletions
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");