mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
ca38a36b6d
WWW: http://people.redhat.com/jakub/prelink/ PR: ports/176283 Submitted by: Damjan Jovanovic <damjan.jov@gmail.com>
18 lines
359 B
C
18 lines
359 B
C
diff -Nur src/undo.c src/undo.c
|
|
--- src/undo.c 2013-02-19 23:54:34.000000000 +0200
|
|
+++ src/undo.c 2013-02-19 23:50:31.000000000 +0200
|
|
@@ -17,7 +17,13 @@
|
|
|
|
#include <config.h>
|
|
#include <assert.h>
|
|
+
|
|
+#if HAVE_ENDIAN_H
|
|
#include <endian.h>
|
|
+#elif HAVE_SYS_ENDIAN_H
|
|
+#include <sys/endian.h>
|
|
+#endif
|
|
+
|
|
#include <errno.h>
|
|
#include <error.h>
|
|
#include <fcntl.h>
|