Skip to content

Commit

Permalink
fix missing declaration of PATH_MAX on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
psumbera committed Oct 1, 2024
1 parent 0ae322d commit 7bea90f
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 7bea90f

Please sign in to comment.