aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscap/path_mounted.patch
blob: 2d6361402e688077df279d866736aaa40e96ff42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/OVAL/probes/fsdev.c b/src/OVAL/probes/fsdev.c
index c0b0f76..99bf786 100644
--- a/src/OVAL/probes/fsdev.c
+++ b/src/OVAL/probes/fsdev.c
@@ -38,6 +38,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
+#include <paths.h>
 
 #if defined(OS_LINUX)
 # include <mntent.h>