Builds, runs with error 0 : Cannot bind the socket.

This commit is contained in:
2025-02-21 13:31:04 -06:00
parent 741ca0c74f
commit b10b5a7a32

View File

@@ -11,6 +11,7 @@
#include <unistd.h>
#include <netdb.h>
#elif defined(WIN32)
#pragma comment(lib, "Ws2_32.lib")
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winsock2.h>