Add missing header

This commit is contained in:
Roger A. Light
2024-10-28 23:47:50 +00:00
parent 802e1a0b37
commit 484b2f9153
+1
View File
@@ -1,5 +1,6 @@
#ifdef WIN32
# include <winsock2.h>
# include <ws2tcpip.h>
#else
# include <arpa/inet.h>
#endif