<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 6603cef0f06c450196a1bca06bb143d8fcda5651 Mon Sep 17 00:00:00 2001
From: Felix Janda &lt;felix.janda@posteo.de&gt;
Date: Fri, 5 Dec 2014 23:19:29 +0100
Subject: [PATCH 1/1] mtab.c: include &lt;paths.h&gt; for _PATH_MOUNTED
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Backported from: 6603cef0f06c450196a1bca06bb143d8fcda5651

Signed-off-by: Felix Janda &lt;felix.janda@posteo.de&gt;
Signed-off-by: JÃ¶rg Krause &lt;joerg.krause@embedded.rocks&gt;
---
 mtab.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mtab.c b/mtab.c
index 7b365b3..a662a3c 100644
--- a/mtab.c
+++ b/mtab.c
@@ -38,6 +38,7 @@
 #include &lt;mntent.h&gt;
 #include &lt;stdlib.h&gt;
 #include &lt;signal.h&gt;
+#include &lt;paths.h&gt;
 #include "mount.h"
 #include "config.h"
 
-- 
2.5.0

</pre></body></html>