mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
237 B
C
12 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>
|