diff options
-rw-r--r-- | lib/replace/replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 40e0648a7a..fa7cc78fa4 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -587,7 +587,7 @@ int rep_strerror_r(int errnum, char *buf, size_t buflen); #endif #ifndef INT64_MAX -#define INT64_MAX 9223372036854775807 +#define INT64_MAX 9223372036854775807LL #endif #ifndef CHAR_BIT |