From 3d3612e252cb769320518b202a3bbc0182d96f61 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 5 Mar 2004 11:39:19 +0000
Subject: [PATCH] another include to prevent warnings

---
 lib/file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/file.c b/lib/file.c
index e923ae2559..31ab2c194a 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -84,6 +84,7 @@
 #include "file.h"
 #include "speedcheck.h"
 #include "getinfo.h"
+#include "transfer.h" /* for Curl_readwrite_init() */
 
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
-- 
GitLab