mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-22 07:58:57 +00:00
Merge pull request #1419 from neheb/patch-3
partially fix compile for musl
This commit is contained in:
commit
127deee8ed
@ -11,9 +11,6 @@
|
|||||||
|
|
||||||
#if defined (_POSIX)
|
#if defined (_POSIX)
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#if defined (__linux__)
|
|
||||||
#include <sys/sysctl.h>
|
|
||||||
#endif // __linux__
|
|
||||||
#endif // _POSIX
|
#endif // _POSIX
|
||||||
|
|
||||||
#if defined (__APPLE__)
|
#if defined (__APPLE__)
|
||||||
|
Loading…
Reference in New Issue
Block a user