core/graphicsbuffer: add missing unistd.h include

Fixes an error: use of undeclared identifier 'ftruncate' under Chimera
Linux which uses the musl C standard library.
master
Jami Kettunen 11 months ago committed by Xaver Hugl
parent ad45dcb40b
commit 8cc1c7eca7

@ -13,6 +13,7 @@
#include <drm_fourcc.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
namespace KWin

Loading…
Cancel
Save