From 78e47fbb5c2e2aaebe54d52c30385feae8c78f18 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 4 Mar 2004 15:23:57 +0000 Subject: [PATCH] include the proper header file too --- lib/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/file.c b/lib/file.c index e411ac16d..40ee5cab5 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