makes crack5opencl / crack5gpu / crack5 unhappy

This commit is contained in:
iceman1001 2021-04-09 15:27:06 +02:00
commit 36c6c0a3d0

View file

@ -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>