mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-20 22:24:10 +08:00
FIX: missed include. for boolean defines
This commit is contained in:
parent
4653da4331
commit
76c0ec0ba8
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#ifndef CMDLFCOTAG_H__
|
||||
#define CMDLFCOTAG_H__
|
||||
|
||||
#include "util.h" // FALSE / TRUE
|
||||
#include "proxmark3.h" // Definitions, USB controls, etc
|
||||
#include "cmddata.h" // getSamples
|
||||
#include "cmdparser.h" // CmdsParse, CmdsHelp
|
||||
|
|
Loading…
Reference in a new issue