exit() needs stdlib.h

inb4 acrisci
master
Drew DeVault 7 years ago
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…
Cancel
Save