mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
partitionmanager: include required fcntl system header
fixes build on host with musl C library Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7729d70ae5
commit
cd6f964daf
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
struct SimpleFile_t
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue