diff options
author | emersion <contact@emersion.fr> | 2018-10-19 15:18:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 15:18:05 +0200 |
commit | 0a4735c50cbdb7cc60f8cdf1d0240bda37d63033 (patch) | |
tree | 9bb17606b142f17e8ae7aa5d2df7f0f91342fcff /swaybar/input.c | |
parent | 28f3b8cb038d54eeef5c6fe568b0ae360b59f96e (diff) | |
parent | 79011e68dfbfc90caba3d89c1a9cac626741eb01 (diff) |
Merge pull request #2883 from ponkyh/missing-stdlib
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> |