forked from external/yambar
bar/wayland: fix includes
This commit is contained in:
parent
dbce871d27
commit
4a064ebfff
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
#include <wayland-client.h>
|
||||
#include <wayland-cursor.h>
|
||||
|
||||
#include <xdg-output-unstable-v1-client.h>
|
||||
#include <wlr-layer-shell-unstable-v1-client.h>
|
||||
#include <xdg-output-unstable-v1.h>
|
||||
#include <wlr-layer-shell-unstable-v1.h>
|
||||
|
||||
#define LOG_MODULE "bar:wayland"
|
||||
#include "../log.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue