diff options
Diffstat (limited to 'sysutils/genimage/files/patch-image-android-sparse.c')
-rw-r--r-- | sysutils/genimage/files/patch-image-android-sparse.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/genimage/files/patch-image-android-sparse.c b/sysutils/genimage/files/patch-image-android-sparse.c new file mode 100644 index 000000000000..62644b0a8fd1 --- /dev/null +++ b/sysutils/genimage/files/patch-image-android-sparse.c @@ -0,0 +1,11 @@ +--- image-android-sparse.c.orig 2023-01-06 17:52:40 UTC ++++ image-android-sparse.c +@@ -15,7 +15,7 @@ + */ + + #include <confuse.h> +-#include <endian.h> ++#include <sys/endian.h> + #include <errno.h> + #include <fcntl.h> + #include <stdlib.h> |