diff options
author | ossi.ahosalmi <[email protected]> | 2018-10-19 15:55:30 +0300 |
---|---|---|
committer | ossi.ahosalmi <[email protected]> | 2018-10-19 15:55:30 +0300 |
commit | 79011e68dfbfc90caba3d89c1a9cac626741eb01 (patch) | |
tree | 9bb17606b142f17e8ae7aa5d2df7f0f91342fcff /swaybar/input.c | |
parent | 28f3b8cb038d54eeef5c6fe568b0ae360b59f96e (diff) |
missing headers for swaybar/input.c
Diffstat (limited to 'swaybar/input.c')
-rw-r--r-- | swaybar/input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/input.c b/swaybar/input.c index 31137f44..d0191f51 100644 --- 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> |