We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f36ba + b1a9c49 commit a9c51afCopy full SHA for a9c51af
src/OVAL/probes/unix/linux/systemdshared.h
@@ -35,7 +35,7 @@
35
#include <config.h>
36
#endif
37
38
-#include <limits.h>
+#include <libgen.h>
39
#include <stdio.h>
40
#include "common/debug_priv.h"
41
#include "oscap_helpers.h"
src/OVAL/probes/unix/process58_probe.c
@@ -59,6 +59,7 @@
59
#include <string.h>
60
61
#include <errno.h>
62
+#include <limits.h>
63
#ifdef HAVE_STDIO_EXT_H
64
# include <stdio_ext.h>
65
0 commit comments