mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Fix fuzzer includes
This commit is contained in:
parent
32dc8c3717
commit
9a8b6fa600
2 changed files with 9 additions and 9 deletions
|
|
@ -9,10 +9,12 @@
|
|||
#define _POSIX_C_SOURCE 200812L
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <wlr/types/wlr_keyboard_group.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "../keybinding.h"
|
||||
|
|
@ -22,6 +24,7 @@
|
|||
#include "../seat.h"
|
||||
#include "../server.h"
|
||||
#include "../workspace.h"
|
||||
#include "../view.h"
|
||||
#if CG_HAS_XWAYLAND
|
||||
#include "../xwayland.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue