mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
wrong includes
This commit is contained in:
parent
493a26b93a
commit
98d8405830
4 changed files with 25 additions and 20 deletions
|
@ -10,6 +10,21 @@
|
|||
#ifndef __MFDESFIRE_H
|
||||
#define __MFDESFIRE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "cmdmain.h"
|
||||
#include "proxmark3.h"
|
||||
#include "../include/common.h"
|
||||
#include "../include/mifare.h"
|
||||
#include "iso14443crc.h"
|
||||
#include "ui.h"
|
||||
#include "cmdparser.h"
|
||||
#include "util.h"
|
||||
#include "cmdhf14a.h"
|
||||
#include "mbedtls/des.h"
|
||||
|
||||
int CmdHFMFDes(const char *Cmd);
|
||||
int CmdHF14ADesAuth(const char *Cmd);
|
||||
int CmdHF14ADesRb(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue