1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/openscap/path_mounted.patch
2023-01-30 19:26:00 +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>