From: Iceman Date: Mon, 26 Jun 2017 06:37:32 +0000 (+0200) Subject: Update hfsnoop.c (#338) X-Git-Tag: v3.1.0~201 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/610004045497928ab16d4eb34e4b765de2794ef0?hp=893d0fcc493c9786b553bf9c2455be8a4926bebe Update hfsnoop.c (#338) fix: missed a include for usb_poll_validate_length --- diff --git a/armsrc/hfsnoop.c b/armsrc/hfsnoop.c index 6a58b20b..d06af443 100644 --- a/armsrc/hfsnoop.c +++ b/armsrc/hfsnoop.c @@ -2,6 +2,7 @@ #include "apps.h" #include "BigBuf.h" #include "util.h" +#include "usb_cdc.h" // for usb_poll_validate_length static void RAMFUNC optimizedSnoop(void);