mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
254 B
C
11 lines
254 B
C
--- 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>
|