aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscap/fix-ppc64le-path_max.patch
blob: 1810966f06026c4ecd3eb05f445722c26ea87dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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"
diff --git a/src/OVAL/probes/unix/process58_probe.c b/src/OVAL/probes/unix/process58_probe.c
index 95ef0a7..3ab2cb0 100644
--- a/src/OVAL/probes/unix/process58_probe.c
+++ b/src/OVAL/probes/unix/process58_probe.c
@@ -67,6 +67,7 @@
 #include <fcntl.h>
 #include <sched.h>
 #include <time.h>
+#include <limits.h>
 
 #ifdef HAVE_PROC_DEVNAME_H
  #include <proc/devname.h>