view gnu/parted/patch-musl.patch @ 1057:da9d739541b6

gnu/parted: initial import, closes #2261
author David Demelier <markand@malikania.fr>
date Mon, 02 Sep 2019 13:40:20 +0200
parents
children
line wrap: on
line source

--- libparted/fs/xfs/platform_defs.h.orig	2019-09-02 13:09:02.071047993 +0200
+++ libparted/fs/xfs/platform_defs.h	2019-09-02 13:09:33.703048965 +0200
@@ -34,6 +34,7 @@
 #ifndef __XFS_PLATFORM_DEFS_H__
 #define __XFS_PLATFORM_DEFS_H__
 
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <assert.h>