exit() needs stdlib.h

inb4 acrisci
This commit is contained in:
Drew DeVault 2018-04-03 22:03:48 -04:00
parent 218a3787d2
commit 053b51c3ff
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <assert.h>
#include <stdlib.h>
#include <sys/mman.h>
#include <unistd.h>
#include <wlr/util/log.h>