Skip to content

Commit a8507e2

Browse files
authored
Merge pull request #2060 from xambroz/patch-3
fix implicit declaration of INT_MIN/INT_MAX
2 parents c27e108 + 21ff59e commit a8507e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OVAL/results/oval_cmp_evr_string.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <math.h>
3131
#include <string.h>
3232
#include <ctype.h>
33+
#include <limits.h>
3334
#include "oval_cmp_evr_string_impl.h"
3435
#include "oval_definitions.h"
3536
#include "oval_types.h"

0 commit comments

Comments
 (0)