From 649caa19538d0a1e11614270d3fb33e844d6fd84 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 23 Jan 2004 07:44:02 +0000 Subject: include curl.h for the typedef --- lib/strtoofft.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3