diff options
Diffstat (limited to 'render/pixel_format.c')
-rw-r--r-- | render/pixel_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/pixel_format.c b/render/pixel_format.c index e303799..b81f561 100644 --- a/render/pixel_format.c +++ b/render/pixel_format.c @@ -1,6 +1,6 @@ +#include <assert.h> #include <drm_fourcc.h> #include <wlr/util/log.h> - #include "render/pixel_format.h" static const struct wlr_pixel_format_info pixel_format_info[] = { |