diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-04 15:23:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-04 15:23:57 +0000 |
commit | 78e47fbb5c2e2aaebe54d52c30385feae8c78f18 (patch) | |
tree | b435ce662c879b9ae1bdc1a60aa036dcc2791e88 /lib | |
parent | 2b59e90c549a02670ec790a1d1fabf1e1d09706f (diff) |
include the proper header file too
Diffstat (limited to 'lib')
-rw-r--r-- | lib/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <curl/mprintf.h> |