Replace LINUX macro with compiler predefined macro __linux__
[hashcat.git] / include / common.h
index 91cb370..c36a3e0 100644 (file)
@@ -40,7 +40,7 @@
 #include <pwd.h>
 #include <limits.h>
 
-#ifdef LINUX
+#ifdef __linux__
 #include <termios.h>
 #include <sys/ioctl.h>
 #endif