diff options
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ pub usingnamespace @cImport({ // that can be automatically imported @cInclude("include/bindings.h"); - @cInclude("river-window-management-unstable-v1-protocol.h"); + @cInclude("river-control-unstable-v1-protocol.h"); }); // These are needed because zig currently names translated anonymous unions |
