From 34aed4e5712d35bb95255bcb9fe0c8bb87231f62 Mon Sep 17 00:00:00 2001 From: oleg0421 Date: Tue, 11 Jun 2024 11:46:02 -0700 Subject: [PATCH] Fix errno undeclared error in json.c --- winpr/libwinpr/utils/json/json.c | 1 + 1 file changed, 1 insertion(+) diff --git a/winpr/libwinpr/utils/json/json.c b/winpr/libwinpr/utils/json/json.c index 73c064531..cffa62fb6 100644 --- a/winpr/libwinpr/utils/json/json.c +++ b/winpr/libwinpr/utils/json/json.c @@ -18,6 +18,7 @@ * limitations under the License. */ #include +#include #include #include