Explicitly include errno.h

This is required for `ENOSYS`.
This commit is contained in:
dearblue
2025-10-25 21:05:39 +09:00
parent e332b8e26e
commit 80e9105afb
+1
View File
@@ -20,6 +20,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#include <errno.h>
#include <string.h>
/*