Make linux-build POSIX compatible
[hashcat.git] / include / common.h
index c63d15a..7f3cf27 100644 (file)
@@ -41,7 +41,8 @@
 #include <limits.h>
 
 #ifdef LINUX
-#include <termio.h>
+#include <termios.h>
+#include <sys/ioctl.h>
 #endif
 
 #ifdef DARWIN