mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-21 22:54:40 +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__
|
#ifndef CMDLFCOTAG_H__
|
||||||
#define CMDLFCOTAG_H__
|
#define CMDLFCOTAG_H__
|
||||||
|
|
||||||
|
#include "util.h" // FALSE / TRUE
|
||||||
#include "proxmark3.h" // Definitions, USB controls, etc
|
#include "proxmark3.h" // Definitions, USB controls, etc
|
||||||
#include "cmddata.h" // getSamples
|
#include "cmddata.h" // getSamples
|
||||||
#include "cmdparser.h" // CmdsParse, CmdsHelp
|
#include "cmdparser.h" // CmdsParse, CmdsHelp
|
||||||
|
|
Loading…
Reference in a new issue