mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 23:19:09 +00:00
Make POSIX limits.h explicit declaration
This commit is contained in:
parent
2188a01ae9
commit
d8bb00cf77
@ -38,6 +38,7 @@
|
||||
#include <semaphore.h>
|
||||
#include <dlfcn.h>
|
||||
#include <pwd.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef LINUX
|
||||
#include <termio.h>
|
||||
@ -48,7 +49,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <mach-o/dyld.h>
|
||||
#include <mach/mach.h>
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
typedef void *OCL_LIB;
|
||||
|
Loading…
Reference in New Issue
Block a user