1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 15:48:08 +00:00

include winsock2 instead of 1

2 is included elsewhere. No need to also include 1.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-08-09 17:44:21 -07:00
parent 2e7085f9a7
commit c6b49de852

View File

@ -8,7 +8,7 @@
#ifdef WITH_BRAIN
#if defined (_WIN)
#include <winsock.h>
#include <winsock2.h>
#define SEND_FLAGS 0
#endif