From 196de029044f4dbac5f74f68e08a89f778c3a236 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Dec 2018 21:38:44 +0000 Subject: Be a bit more careful with fwrite. --- src/lib/internet.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/internet.cc') diff --git a/src/lib/internet.cc b/src/lib/internet.cc index ad313bd3f..4eba1efa3 100644 --- a/src/lib/internet.cc +++ b/src/lib/internet.cc @@ -22,6 +22,7 @@ #include "compose.hpp" #include "exceptions.h" #include "cross.h" +#include "util.h" #include #include #include @@ -140,7 +141,7 @@ get_from_zip_url (string url, string file, bool pasv, function