aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscap/fix-ppc64le-path_max.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openscap/fix-ppc64le-path_max.patch')
-rw-r--r--testing/openscap/fix-ppc64le-path_max.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/openscap/fix-ppc64le-path_max.patch b/testing/openscap/fix-ppc64le-path_max.patch
new file mode 100644
index 0000000000..7636391803
--- /dev/null
+++ b/testing/openscap/fix-ppc64le-path_max.patch
@@ -0,0 +1,10 @@
+--- a/src/OVAL/probes/unix/linux/iflisteners_probe.c
++++ b/src/OVAL/probes/unix/linux/iflisteners_probe.c
+@@ -53,6 +53,7 @@
+ #include <netdb.h>
+ #include <arpa/inet.h>
+ #include <regex.h>
++#include <limits.h>
+
+ #include "_seap.h"
+ #include "probe-api.h"