]> granicus.if.org Git - curl/commitdiff
include curl.h for the typedef
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Jan 2004 07:44:02 +0000 (07:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Jan 2004 07:44:02 +0000 (07:44 +0000)
lib/strtoofft.h

index cd512b0018fa3dbd31fec3396917295e2a4799e6..4bb3b8fe642eef74c779614cb2c224402e76ab0f 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "setup.h"
 #include <stddef.h>
+#include <curl/curl.h> /* 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