another time.t

This commit is contained in:
iceman1001 2017-07-28 01:47:21 +02:00
commit b038bd6142

View file

@ -8,15 +8,15 @@
// Commands related to the German electronic Identification Card // Commands related to the German electronic Identification Card
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "cmdhfepa.h"
#include <time.h>
#include "util.h" #include "util.h"
#include "proxmark3.h" #include "proxmark3.h"
#include "ui.h" #include "ui.h"
#include "cmdparser.h" #include "cmdparser.h"
#include "common.h" #include "common.h"
#include "cmdmain.h" #include "cmdmain.h"
#include "sleep.h" #include "sleep.h"
#include "cmdhfepa.h"
static int CmdHelp(const char *Cmd); static int CmdHelp(const char *Cmd);