Skip to content

Commit

Permalink
Merge pull request #2162 from psumbera/main
Browse files Browse the repository at this point in the history
fix missing declaration of PATH_MAX on Solaris
  • Loading branch information
evgenyz authored Oct 7, 2024
2 parents 0ae322d + 7bea90f commit d6f9547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OVAL/oval_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#if defined(OS_LINUX)
#include <linux/limits.h>
#endif
#include <limits.h>

#include "common/debug_priv.h"
#include "common/util.h"
Expand Down

0 comments on commit d6f9547

Please sign in to comment.