void-packages/srcpkgs/powerpc-utils/patches/fix-endian_h.patch
Jürgen Buchmüller cc8eab43ef
powerpc-utils: fix big endian and *-musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-03-19 15:59:39 +01:00

10 lines
273 B
Diff

--- src/rtas_dbg.c 2018-12-15 01:18:13.000000000 +0100
+++ src/rtas_dbg.c 2019-03-19 15:51:46.699643983 +0100
@@ -29,6 +29,7 @@
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
+#include <endian.h>
#include <getopt.h>
#include <dirent.h>
#include <string.h>