1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

include curl.h for the typedef

This commit is contained in:
Daniel Stenberg 2004-01-23 07:44:02 +00:00
parent d8ee927be2
commit 649caa1953

View File

@ -26,6 +26,7 @@
#include "setup.h" #include "setup.h"
#include <stddef.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 /* 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 * systems with a 32-bit curl_off_t type, we should use strtol. For systems