X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8b6abef506d69e3906c95a532e6ece5e71462e96..946a84c35be79de8852d2c294de22f456f42a1ae:/client/cmdlfvisa2000.c diff --git a/client/cmdlfvisa2000.c b/client/cmdlfvisa2000.c index 9ce35f98..61669035 100644 --- a/client/cmdlfvisa2000.c +++ b/client/cmdlfvisa2000.c @@ -4,11 +4,14 @@ // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- -// Low frequency visa 200 tag commands +// Low frequency visa 2000 tag commands // by iceman //----------------------------------------------------------------------------- #include "cmdlfvisa2000.h" + +#include +#include #include "proxmark3.h" #include "ui.h" #include "util.h"