So as as the title suggests, I am having trouble installing Hydra. Currently, I've downloaded it, unzipped it, and configured it. The problem is when I do the "make" command an error occurs $ makegcc -I. -O3 -c hydra-vnc.c -DHAVE_MATH_HIn file included from hydra-mod.h:4:0, from hydra-vnc.c:8:hydra.h:14:24: fatal error: sys/socket.h: No such file or directory #include <sys/socket.h> ^compilation terminated.make: *** [hydra-vnc.o] Error 1 If anyone could shed some light as to how to fix this error, I'd be forever grateful.I'm running Windows 7 (64-bit) and using the latest Cygwin Terminal (32-bit version)