diff options
Diffstat (limited to 'rootston/xwayland.c')
-rw-r--r-- | rootston/xwayland.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xwayland.c b/rootston/xwayland.c index b00b61bc..3d84dc19 100644 --- a/rootston/xwayland.c +++ b/rootston/xwayland.c @@ -2,7 +2,7 @@ #include <stdlib.h> #include <stdbool.h> #include <wayland-server.h> -#include "config.h" +#include <wlr/config.h> #include <wlr/types/wlr_box.h> #include <wlr/types/wlr_surface.h> #include <wlr/xwayland.h> |