Skip to content

Commit 21ff59e

Browse files
authored
fix implicit declaration of INT_MIN/INT_MAX
1 parent c27e108 commit 21ff59e

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)