fix lf file includes to include own .h

thanks @iceman1001 for noticing.
This commit is contained in:
marshmellow42 2017-03-23 22:32:38 -04:00
commit 2b4898ec71
8 changed files with 10 additions and 0 deletions

View file

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