1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-24 19:35:41 +00:00

Merge pull request #1419 from neheb/patch-3

partially fix compile for musl
This commit is contained in:
Jens Steube 2017-11-03 16:11:52 +01:00 committed by GitHub
commit 127deee8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,6 @@
#if defined (_POSIX)
#include <pthread.h>
#if defined (__linux__)
#include <sys/sysctl.h>
#endif // __linux__
#endif // _POSIX
#if defined (__APPLE__)