blob: 62644b0a8fd1bdba5c3dfbe1e05c9501d746040c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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>
|