Merge pull request #2883 from ponkyh/missing-stdlib
missing headers for swaybar/input.c
This commit is contained in:
commit
0a4735c50c
|
@ -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