mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
Merge pull request #2883 from ponkyh/missing-stdlib
missing headers for swaybar/input.c
This commit is contained in:
commit
0a4735c50c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
#else
|
#else
|
||||||
#include <linux/input-event-codes.h>
|
#include <linux/input-event-codes.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <stdlib.h>
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
#include <wayland-cursor.h>
|
#include <wayland-cursor.h>
|
||||||
#include <wlr/util/log.h>
|
#include <wlr/util/log.h>
|
||||||
|
|
Loading…
Reference in a new issue