commit 79011e68dfbfc90caba3d89c1a9cac626741eb01 parent 28f3b8cb038d54eeef5c6fe568b0ae360b59f96e Author: ossi.ahosalmi <ossi.ahosalmi@tosibox.com> Date: Fri, 19 Oct 2018 15:55:30 +0300 missing headers for swaybar/input.c Diffstat:
| M | swaybar/input.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/swaybar/input.c b/swaybar/input.c @@ -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>