From 9babb13365eb6ddd8ef2ba48d4be716245e837bb Mon Sep 17 00:00:00 2001 From: Jan Krupa Date: Mon, 16 Dec 2024 18:41:13 +0100 Subject: [PATCH] [PC] fix Windows build --- lib/http/httpService.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/http/httpService.h b/lib/http/httpService.h index 5ac226f12..bf54ce0ff 100755 --- a/lib/http/httpService.h +++ b/lib/http/httpService.h @@ -41,6 +41,7 @@ If a file has an extention pre-determined to support parsing (see/update #else #include "mongoose.h" #undef mkdir +#undef poll #endif // FNWS_FILE_ROOT should end in a slash '/'