X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c8b6da2295a35cda0232f147993a0ed6ff68b207..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/common/cmd.h diff --git a/common/cmd.h b/common/cmd.h index bc69ff61..2d25c5b2 100644 --- a/common/cmd.h +++ b/common/cmd.h @@ -36,6 +36,8 @@ #include "common.h" #include "usb_cmd.h" #include "usb_cdc.h" +#include "proxmark3.h" +#include "string.h" bool cmd_receive(UsbCommand* cmd); bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, void* data, size_t len);