Blame SOURCES/0003-mtab.c-include-paths.h-for-_PATH_MOUNTED.patch

97823b
From d21be1c7ef96bad7aa2a38791def4f562a8f56a8 Mon Sep 17 00:00:00 2001
97823b
From: Felix Janda <felix.janda@posteo.de>
97823b
Date: Fri, 5 Dec 2014 23:19:29 +0100
97823b
Subject: [PATCH 3/5] mtab.c: include <paths.h> for _PATH_MOUNTED
97823b
97823b
Signed-off-by: Felix Janda <felix.janda@posteo.de>
97823b
(cherry picked from commit 6603cef0f06c450196a1bca06bb143d8fcda5651)
97823b
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
97823b
---
97823b
 mtab.c | 1 +
97823b
 1 file changed, 1 insertion(+)
97823b
97823b
diff --git a/mtab.c b/mtab.c
97823b
index 7b365b3..a662a3c 100644
97823b
--- a/mtab.c
97823b
+++ b/mtab.c
97823b
@@ -38,6 +38,7 @@
97823b
 #include <mntent.h>
97823b
 #include <stdlib.h>
97823b
 #include <signal.h>
97823b
+#include <paths.h>
97823b
 #include "mount.h"
97823b
 #include "config.h"
97823b
 
97823b
-- 
97823b
2.5.5
97823b