OSX didn't know about MAX_PATH, had to include limits.h; Use heap not stack memory
[hashcat.git] / include / common.h
index b6e2a75..7bdef11 100644 (file)
@@ -48,6 +48,7 @@
 #include <sys/ioctl.h>
 #include <mach-o/dyld.h>
 #include <mach/mach.h>
+#include <limits.h>
 #endif
 
 typedef void *OCL_LIB;