mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +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:
parent
2e7085f9a7
commit
c6b49de852
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#ifdef WITH_BRAIN
|
#ifdef WITH_BRAIN
|
||||||
#if defined (_WIN)
|
#if defined (_WIN)
|
||||||
#include <winsock.h>
|
#include <winsock2.h>
|
||||||
#define SEND_FLAGS 0
|
#define SEND_FLAGS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user