diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-08 08:17:04 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-08 08:17:04 +0000 |
commit | 9c5cd3c329a40ba4559cc1d8c7d17a9bf95c237b (patch) | |
tree | 51e2b4f7ae44eac1f8b42a415133b45a96bf61e3 /main/parted/fix-includes.patch | |
parent | 8b1a5deb53f63da911d2ffa736bcb835f72f0294 (diff) | |
download | aports-9c5cd3c329a40ba4559cc1d8c7d17a9bf95c237b.tar.bz2 aports-9c5cd3c329a40ba4559cc1d8c7d17a9bf95c237b.tar.xz |
main/parted: fix musl build
Diffstat (limited to 'main/parted/fix-includes.patch')
-rw-r--r-- | main/parted/fix-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/parted/fix-includes.patch b/main/parted/fix-includes.patch new file mode 100644 index 0000000000..c6eff0eb22 --- /dev/null +++ b/main/parted/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> |