From 76c0ec0ba867308c26a882bb69087fac78d2ea2f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 27 Jan 2017 10:56:14 +0100 Subject: [PATCH] FIX: missed include. for boolean defines --- client/cmdlfcotag.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2