mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
makes crack5opencl / crack5gpu / crack5 unhappy
This commit is contained in:
parent
a4fa6f8226
commit
36c6c0a3d0
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#ifndef (__MINGW64__)
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue