From 327103fb15280729b725cbcc82df1f2ae5fd5922 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Sun, 1 Dec 2019 00:17:02 +0300 Subject: [PATCH] another 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 94a865bb..1233e044 100644 --- a/src/http_stream.cpp +++ b/src/http_stream.cpp @@ -13,6 +13,7 @@ #include #include #include +#define __STDC_WANT_LIB_EXT1__ 1 #include using std::cerr; using std::endl;