mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
fix lf file includes to include own .h
thanks @iceman1001 for noticing.
This commit is contained in:
parent
f2fc0a9c4d
commit
2b4898ec71
8 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h> // sscanf
|
||||
#include "proxmark3.h" // Definitions, USB controls, etc
|
||||
#include "cmdlfawid.h"
|
||||
#include "ui.h" // PrintAndLog
|
||||
#include "cmdparser.h" // CmdsParse, CmdsHelp
|
||||
#include "lfdemod.h" // parityTest +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue