summaryrefslogtreecommitdiff
path: root/lib/strtoofft.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtoofft.h')
-rw-r--r--lib/strtoofft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strtoofft.h b/lib/strtoofft.h
index 3bea048e6..6c1d944e1 100644
--- a/lib/strtoofft.h
+++ b/lib/strtoofft.h
@@ -51,6 +51,7 @@
# else
curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
# define curlx_strtoofft curlx_strtoll
+# define NEED_CURL_STRTOLL 1
# endif
# endif
#else