Output.c: fix include

Closes #273
This commit is contained in:
Narrat 2022-03-15 20:49:33 +01:00
parent 4ee9f351ea
commit 416e6f3ef0

View file

@ -9,7 +9,7 @@
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include "config.h" #include "config.h"
#include <assert.h> #include <assert.h>
#include <types/wlr_output.h> #include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_buffer.h> #include <wlr/types/wlr_buffer.h>
#include <wlr/types/wlr_xdg_output_v1.h> #include <wlr/types/wlr_xdg_output_v1.h>
#include <wlr/types/wlr_output_damage.h> #include <wlr/types/wlr_output_damage.h>