1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/testing/openscap/path_mounted.patch
2019-02-18 15:28:22 +00:00

12 lines
305 B
Diff

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>