aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscap/path_mounted.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openscap/path_mounted.patch')
-rw-r--r--testing/openscap/path_mounted.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/openscap/path_mounted.patch b/testing/openscap/path_mounted.patch
new file mode 100644
index 0000000000..2d6361402e
--- /dev/null
+++ b/testing/openscap/path_mounted.patch
@@ -0,0 +1,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>