mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 16:06:37 +01:00
exit() needs stdlib.h
inb4 acrisci
This commit is contained in:
parent
218a3787d2
commit
053b51c3ff
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue