You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove declaring POSIX_SOURCE manually. Let the compiler take care of
this on its own. Additionally, include a missing header file for the
definition of struct sockaddr_in, which we need before we can allocate
the struct. With these fixes, we can build with Clang 18.1.5, although
there are many warnings.
0 commit comments