From 4d6eb422bc4905bbc370791ba3ae659f97c59399 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Thu, 23 Aug 2018 07:08:13 +0200 Subject: [PATCH] populatefs: Fix missing include with newer glibc --- .../populatefs/patches/fix-compilation-issue.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/tools/populatefs/patches/fix-compilation-issue.patch diff --git a/packages/tools/populatefs/patches/fix-compilation-issue.patch b/packages/tools/populatefs/patches/fix-compilation-issue.patch new file mode 100644 index 0000000000..e9b360ccae --- /dev/null +++ b/packages/tools/populatefs/patches/fix-compilation-issue.patch @@ -0,0 +1,11 @@ +diff -Nur a/src/mod_path.c b/src/mod_path.c +--- a/src/mod_path.c 2016-02-24 04:15:10.000000000 +0100 ++++ b/src/mod_path.c 2018-08-22 16:58:11.884462070 +0200 +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include + #include + #include