mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
11 lines
237 B
C
11 lines
237 B
C
--- 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>
|