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