From 8bf3bd48a6fc9a2b6113f5e4da250c2cfafbdfa7 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov <rojer@cesanta.com> 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 5fb1975e4..1d50e7ad6 100644 --- a/mongoose.h +++ b/mongoose.h @@ -352,6 +352,7 @@ typedef struct _stati64 cs_stat_t; #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/param.h> #include <sys/socket.h> #include <sys/select.h> #include <sys/stat.h> -- GitLab