mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fix x11 backend
Need to include wlr/config.h before using the various WLR_HAS_xxx defines
This commit is contained in:
parent
84ce2afe26
commit
a0b52a0dff
4 changed files with 7 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <wlr/config.h>
|
||||
#include <wlr/types/wlr_matrix.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue