From 0860268f22f2869b38d7b2de1541fa1b3624d36f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 6 Jul 2019 15:38:56 -0700 Subject: libextractor: Add missing header Fixes compilation with -Wimplicit-function-declaration Signed-off-by: Rosen Penev --- libs/libextractor/patches/010-musl.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libs/libextractor/patches/010-musl.patch (limited to 'libs/libextractor/patches') diff --git a/libs/libextractor/patches/010-musl.patch b/libs/libextractor/patches/010-musl.patch new file mode 100644 index 000000000..5786f3b65 --- /dev/null +++ b/libs/libextractor/patches/010-musl.patch @@ -0,0 +1,13 @@ +diff --git a/src/common/le_architecture.h b/src/common/le_architecture.h +index b863ddb..713acdd 100644 +--- a/src/common/le_architecture.h ++++ b/src/common/le_architecture.h +@@ -26,6 +26,8 @@ + + #if WINDOWS + #include /* #define BYTE_ORDER */ ++#else ++#include + #endif + + /* This is copied directly from GNUnet headers */ -- cgit v1.2.3