aboutsummaryrefslogtreecommitdiff
path: root/lib/strtoofft.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtoofft.h')
-rw-r--r--lib/strtoofft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoofft.h b/lib/strtoofft.h
index e27b43261..7ebe4f050 100644
--- a/lib/strtoofft.h
+++ b/lib/strtoofft.h
@@ -39,7 +39,7 @@
* 'strtoofft' such that it can be used to work with curl_off_t's regardless.
*/
#if (SIZEOF_CURL_OFF_T > 4) && (SIZEOF_LONG < 8)
-#if HAVE_STRTOLL
+#ifdef HAVE_STRTOLL
#define curlx_strtoofft strtoll
#else /* HAVE_STRTOLL */