1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-14 08:01:12 +01:00

missing headers for swaybar/input.c

This commit is contained in:
ossi.ahosalmi 2018-10-19 15:55:30 +03:00
parent 28f3b8cb03
commit 79011e68df

View file

@ -4,6 +4,7 @@
#else
#include <linux/input-event-codes.h>
#endif
#include <stdlib.h>
#include <wayland-client.h>
#include <wayland-cursor.h>
#include <wlr/util/log.h>