diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
commit | ef2176109fca302ed89193716b62c3a7113552a3 (patch) | |
tree | 6b791e483e9022b7657ea9bd06ed1cbdee7958ab /lib/strtoofft.c | |
parent | 27b8814017a19009b22e4b51aea1ae711ec20459 (diff) | |
download | curl-ef2176109fca302ed89193716b62c3a7113552a3.tar.gz |
errno.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/strtoofft.c')
-rw-r--r-- | lib/strtoofft.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/strtoofft.c b/lib/strtoofft.c index 55a6ffd0d..dd897cf16 100644 --- a/lib/strtoofft.c +++ b/lib/strtoofft.c @@ -34,7 +34,6 @@ #ifdef NEED_CURL_STRTOLL #include <stdlib.h> #include <ctype.h> -#include <errno.h> /* Range tests can be used for alphanum decoding if characters are consecutive, like in ASCII. Else an array is scanned. Determine this condition now. */ |