diff options
Diffstat (limited to 'src/setup.h')
-rw-r--r-- | src/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 7e8428d70..340a46a4b 100644 --- a/src/setup.h +++ b/src/setup.h @@ -112,4 +112,8 @@ int fileno( FILE *stream); #define typedef_bool #endif +#ifndef SIZEOF_CURL_OFF_T +#define SIZEOF_CURL_OFF_T sizeof(curl_off_t) +#endif + #endif /* __SETUP_H */ |