mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpinet] uv/util.h: Pull in ws2_32.lib on Windows for ntohs (#4371)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
#include <cstring>
|
||||
#include <string_view>
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma comment(lib, "Ws2_32.lib")
|
||||
#endif
|
||||
|
||||
namespace wpi::uv {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user