diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-09 12:54:38 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-09 12:54:38 +0200 |
| commit | bf17b5404846d54d70fe63eb013cf20bf0a4b448 (patch) | |
| tree | 180b3dc34c05e4eeebb29e124f870e33778580b7 /src/c.zig | |
| parent | 6c23f3eefd84c2748f5e83f8a84f0996c6a10578 (diff) | |
| download | river-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.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"); |
