diff options
Diffstat (limited to 'src/setup.h')
-rw-r--r-- | src/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h index 288a01220..b9b2283d0 100644 --- a/src/setup.h +++ b/src/setup.h @@ -49,7 +49,7 @@ #endif #endif -#ifdef CURLDEBUG +#if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) /* This is an ugly hack for CURLDEBUG conditions only. We need to include the file here, since it might set the _FILE_OFFSET_BITS define, which must be set BEFORE all normal system headers. */ |