mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
more time_t issues
This commit is contained in:
parent
83adc96d81
commit
c96ccd9a03
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <time.h>
|
||||||
#include "proxmark3.h"
|
#include "proxmark3.h"
|
||||||
#include "iso14443crc.h"
|
#include "iso14443crc.h"
|
||||||
#include "data.h"
|
#include "data.h"
|
||||||
|
@ -26,6 +27,8 @@
|
||||||
#include "mfkey.h" // mfkey32_moebious
|
#include "mfkey.h" // mfkey32_moebious
|
||||||
#include "cmdhfmfhard.h"
|
#include "cmdhfmfhard.h"
|
||||||
#include "mifarehost.h"
|
#include "mifarehost.h"
|
||||||
|
#include "util_posix.h" // msclock
|
||||||
|
|
||||||
|
|
||||||
extern int CmdHFMF(const char *Cmd);
|
extern int CmdHFMF(const char *Cmd);
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include "elite_crack.h"
|
#include "elite_crack.h"
|
||||||
#include "fileutils.h"
|
#include "fileutils.h"
|
||||||
#include "des.h"
|
#include "des.h"
|
||||||
|
#include "util_posix.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Permutes a key from standard NIST format to Iclass specific format
|
* @brief Permutes a key from standard NIST format to Iclass specific format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue