001-fix-musl-build.patch (764B)
1 From 6603cef0f06c450196a1bca06bb143d8fcda5651 Mon Sep 17 00:00:00 2001 2 From: Felix Janda <felix.janda@posteo.de> 3 Date: Fri, 5 Dec 2014 23:19:29 +0100 4 Subject: [PATCH 1/1] mtab.c: include <paths.h> for _PATH_MOUNTED 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 8 9 Backported from: 6603cef0f06c450196a1bca06bb143d8fcda5651 10 11 Signed-off-by: Felix Janda <felix.janda@posteo.de> 12 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> 13 --- 14 mtab.c | 1 + 15 1 file changed, 1 insertion(+) 16 17 diff --git a/mtab.c b/mtab.c 18 index 7b365b3..a662a3c 100644 19 --- a/mtab.c 20 +++ b/mtab.c 21 @@ -38,6 +38,7 @@ 22 #include <mntent.h> 23 #include <stdlib.h> 24 #include <signal.h> 25 +#include <paths.h> 26 #include "mount.h" 27 #include "config.h" 28 29 -- 30 2.5.0