diff options
Diffstat (limited to 'src/tool_cb_see.c')
-rw-r--r-- | src/tool_cb_see.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cb_see.c b/src/tool_cb_see.c index 1e36f5962..2f49e1d96 100644 --- a/src/tool_cb_see.c +++ b/src/tool_cb_see.c @@ -28,7 +28,7 @@ #include "tool_cfgable.h" #include "tool_cb_see.h" -#include "curl_memdebug.h" /* keep this as LAST include */ +#include "memdebug.h" /* keep this as LAST include */ /* OUR_MAX_SEEK_L has 'long' data type, OUR_MAX_SEEK_O has 'curl_off_t, both represent the same value. Maximum offset used here when we lseek |