sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 053b51c3ff63147aed25400efb42c00ee3de90b9
parent 218a3787d26296103225b7680bacdfd5fc6d2955
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  3 Apr 2018 22:03:48 -0400

exit() needs stdlib.h

inb4 acrisci

Diffstat:
Mswaylock/seat.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/swaylock/seat.c b/swaylock/seat.c @@ -1,4 +1,5 @@ #include <assert.h> +#include <stdlib.h> #include <sys/mman.h> #include <unistd.h> #include <wlr/util/log.h>