summaryrefslogtreecommitdiff
path: root/sysutils/genimage/files/patch-image-hd.c
blob: 0b3465c91655465dc0bd95ca94c287427681a794 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- image-hd.c.orig	2023-01-06 17:53:09 UTC
+++ image-hd.c
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <inttypes.h>
-#include <endian.h>
+#include <sys/endian.h>
 #include <stdbool.h>
 #include <unistd.h>
 #include <sys/types.h>