mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
exit() needs stdlib.h
inb4 acrisci
This commit is contained in:
parent
218a3787d2
commit
053b51c3ff
@ -1,4 +1,5 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
Loading…
Reference in New Issue
Block a user