This commit is contained in:
2025-11-09 13:20:04 +01:00
parent 7282176a9c
commit c3e20eceef
5 changed files with 12 additions and 5 deletions
+5
View File
@@ -1,5 +1,10 @@
#include <string.h>
#ifdef _WIN32
#include <ws2tcpip.h>
#else
#include <arpa/inet.h> // inet_ntop
#endif
#include "message.h"