From 8bf3bd48a6fc9a2b6113f5e4da250c2cfafbdfa7 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Mon, 7 Nov 2016 16:23:13 +0000 Subject: [PATCH] Include sys/param.h on UNIX (to get PATH_MAX) PUBLISHED_FROM=774764f9d316e111912dae1fcaf2933141c59a60 --- mongoose.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mongoose.h b/mongoose.h index 5fb1975e..1d50e7ad 100644 --- a/mongoose.h +++ b/mongoose.h @@ -352,6 +352,7 @@ typedef struct _stati64 cs_stat_t; #include #include #include +#include #include #include #include