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

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