Skip to content

Commit

Permalink
Merge pull request #127 from VladislavGrudinin/include-fix
Browse files Browse the repository at this point in the history
Add missing include
  • Loading branch information
m-col authored Oct 4, 2023
2 parents fca5c81 + 6217dd6 commit fb7e7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wlroots/ffi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2779,6 +2779,7 @@ def has_xwayland() -> bool:
#include <wlr/backend.h>
#include <wlr/backend/headless.h>
#include <wlr/backend/libinput.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include <wlr/render/allocator.h>
#include <wlr/render/drm_format_set.h>
#include <wlr/render/wlr_renderer.h>
Expand Down

0 comments on commit fb7e7d0

Please sign in to comment.