OS: Linux debian
Compiler: mingw64
(Lib was downloaded from release)
i try to
./configure --host=x86_64-w64-mingw32 --prefix="$(pwd)/_install" --enable-cares --disable-shared --enable-static
but got
src/conn.c:24:10: fatal error: netinet/in.h: No such file or directory
24 | #include <netinet/in.h>
| ^~~~~~~~~~~~~~
compilation terminated.
sorry if this is a dumb question