From: iceman1001 Date: Fri, 27 Jan 2017 09:56:14 +0000 (+0100) Subject: FIX: missed include. for boolean defines X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/76c0ec0ba867308c26a882bb69087fac78d2ea2f FIX: missed include. for boolean defines --- diff --git a/client/cmdlfcotag.h b/client/cmdlfcotag.h index 9bf7407e..106d2eb9 100644 --- a/client/cmdlfcotag.h +++ b/client/cmdlfcotag.h @@ -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