aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscap/fix-ppc64le-path_max.patch
blob: 5fd2981d871e0f4c150d4ee82849fe221841963d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- 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>
diff --git a/src/OVAL/probes/independent/environmentvariable58_probe.c b/src/OVAL/probes/independent/environmentvariable58_probe.c
index 552ce67..e2490ac 100644
--- a/src/OVAL/probes/independent/environmentvariable58_probe.c
+++ b/src/OVAL/probes/independent/environmentvariable58_probe.c
@@ -50,6 +50,7 @@
 #include <fcntl.h>
 #include <sys/types.h>
 #include <dirent.h>
+#include <limits.h>
 
 #include <probe/probe.h>
 #include "_seap.h"