summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-10-19 15:18:05 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-19 15:18:05 +0200
commit0a4735c50cbdb7cc60f8cdf1d0240bda37d63033 (patch)
tree9bb17606b142f17e8ae7aa5d2df7f0f91342fcff
parentMerge pull request #2882 from RyanDwyer/fix-mouse-warp-logic (diff)
parentmissing headers for swaybar/input.c (diff)
downloadsway-0a4735c50cbdb7cc60f8cdf1d0240bda37d63033.tar.gz
sway-0a4735c50cbdb7cc60f8cdf1d0240bda37d63033.tar.zst
sway-0a4735c50cbdb7cc60f8cdf1d0240bda37d63033.zip
Merge pull request #2883 from ponkyh/missing-stdlib
missing headers for swaybar/input.c
-rw-r--r--swaybar/input.c1
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 @@
4#else 4#else
5#include <linux/input-event-codes.h> 5#include <linux/input-event-codes.h>
6#endif 6#endif
7#include <stdlib.h>
7#include <wayland-client.h> 8#include <wayland-client.h>
8#include <wayland-cursor.h> 9#include <wayland-cursor.h>
9#include <wlr/util/log.h> 10#include <wlr/util/log.h>