Merge pull request #2883 from ponkyh/missing-stdlib

missing headers for swaybar/input.c
This commit is contained in:
emersion 2018-10-19 15:18:05 +02:00 committed by GitHub
commit 0a4735c50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>