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.
This commit is contained in:
parent
ad45dcb40b
commit
8cc1c7eca7
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include <drm_fourcc.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
namespace KWin
|
||||
|
|
Loading…
Reference in a new issue