From 13238b1ad2b9e698106b6841515b567f5eb0b576 Mon Sep 17 00:00:00 2001
From: Alexander Alashkin <alexander.alashkin@cesanta.com>
Date: Wed, 23 Sep 2015 14:56:06 +0100
Subject: [PATCH] Restore win build

    PUBLISHED_FROM=fe072db3dcc5f92f44d91a81596e33e404887951
---
 mongoose.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mongoose.h b/mongoose.h
index 1b89eb295..745b08f6e 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -141,7 +141,7 @@
 #endif
 #define random() rand()
 typedef int socklen_t;
-typedef char int8_t;
+typedef signed char int8_t;
 typedef unsigned char uint8_t;
 typedef int int32_t;
 typedef unsigned int uint32_t;
-- 
GitLab