Skip to content

Commit

Permalink
Merge pull request #2060 from xambroz/patch-3
Browse files Browse the repository at this point in the history
fix implicit declaration of INT_MIN/INT_MAX
  • Loading branch information
evgenyz authored Nov 27, 2023
2 parents c27e108 + 21ff59e commit a8507e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OVAL/results/oval_cmp_evr_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <math.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include "oval_cmp_evr_string_impl.h"
#include "oval_definitions.h"
#include "oval_types.h"
Expand Down

0 comments on commit a8507e2

Please sign in to comment.