From: Daniel Stenberg Date: Thu, 4 Mar 2004 15:23:57 +0000 (+0000) Subject: include the proper header file too X-Git-Tag: curl-7_11_1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e47fbb5c2e2aaebe54d52c30385feae8c78f18;p=thirdparty%2Fcurl.git include the proper header file too --- diff --git a/lib/file.c b/lib/file.c index e411ac16d1..40ee5cab50 100644 --- a/lib/file.c +++ b/lib/file.c @@ -82,6 +82,7 @@ #include "sendf.h" #include "escape.h" #include "file.h" +#include "speedcheck.h" #define _MPRINTF_REPLACE /* use our functions only */ #include