From 7018be435f06a9ac26c5b7494ac96068dbdf497a Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Mon, 4 Nov 2019 14:45:34 +0300 Subject: [PATCH] Compile fix --- src/http_stream.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http_stream.cpp b/src/http_stream.cpp index 927a65bc..781139b3 100644 --- a/src/http_stream.cpp +++ b/src/http_stream.cpp @@ -50,6 +50,7 @@ static int close_socket(SOCKET s) { } #else // _WIN32 - else: nix #include "darkunistd.h" +#include #include #include #include