mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +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 <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
struct SimpleFile_t
|
struct SimpleFile_t
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue