diff options
Diffstat (limited to 'sys-block/parted/files/parted-3.2-fix-includes.patch')
-rw-r--r-- | sys-block/parted/files/parted-3.2-fix-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-block/parted/files/parted-3.2-fix-includes.patch b/sys-block/parted/files/parted-3.2-fix-includes.patch new file mode 100644 index 00000000..c6eff0eb --- /dev/null +++ b/sys-block/parted/files/parted-3.2-fix-includes.patch @@ -0,0 +1,10 @@ +--- parted-3.1.orig/libparted/fs/xfs/platform_defs.h ++++ parted-3.1/libparted/fs/xfs/platform_defs.h +@@ -35,6 +35,7 @@ + #define __XFS_PLATFORM_DEFS_H__ + + #include <stdio.h> ++#include <fcntl.h> + #include <stdarg.h> + #include <assert.h> + #include <endian.h> |