diff options
Diffstat (limited to 'dwlb.c')
| -rw-r--r-- | dwlb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,9 +19,9 @@ #include <wayland-client.h> #include "utf8.h" -#include "wlr-layer-shell-unstable-v1-protocol.h" #include "xdg-shell-protocol.h" -#include "xdg-output-protocol.h" +#include "xdg-output-unstable-v1-protocol.h" +#include "wlr-layer-shell-unstable-v1-protocol.h" #define DIE(fmt, ...) \ do { \ |