From: Daniel Stenberg Date: Fri, 23 Jan 2004 07:44:02 +0000 (+0000) Subject: include curl.h for the typedef X-Git-Tag: cares-1_1_0~456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=649caa19538d0a1e11614270d3fb33e844d6fd84;p=curl include curl.h for the typedef --- diff --git a/lib/strtoofft.h b/lib/strtoofft.h index cd512b001..4bb3b8fe6 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -26,6 +26,7 @@ #include "setup.h" #include +#include /* for the curl_off_t type */ /* Determine what type of file offset conversion handling we wish to use. For * systems with a 32-bit curl_off_t type, we should use strtol. For systems