Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix wasi build
  • Loading branch information
akoeplinger committed Mar 1, 2023
commit 9fd1ffd6e1edfc99191941cf2a8684fa89d0367c
3 changes: 2 additions & 1 deletion src/mono/mono/component/debugger-networking.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ mono_debugger_get_address_info (const char *hostname, int port, int flags, MonoA
return 0;

#else
#error "No networking implementation available"
g_error ("No networking implementation available");
return 1;
#endif /* defined (HAVE_GETADDRINFO) */
}