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:
Ivailo Monev 2021-06-05 20:39:01 +03:00
parent 7729d70ae5
commit cd6f964daf

View file

@ -39,6 +39,7 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
struct SimpleFile_t
{