From bda0a97fea93993eaf3632103d01315fc3b8017d Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 13 Mar 2024 23:22:31 +0000 Subject: Socket: fix win32/aos3 build --- utils/inet.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/inet.h') diff --git a/utils/inet.h b/utils/inet.h index da1798432..e385982c1 100644 --- a/utils/inet.h +++ b/utils/inet.h @@ -40,6 +40,11 @@ #include #include +#ifdef WITH_AMISSL +/* AmiSSL needs everything to be using bsdsocket directly to avoid conflicts */ +#include +#endif + #else #include -- cgit v1.2.3