X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/64d1b4efc932898dc250dbc5d8f7418e3643b27b..57e1e31dce70a58da1736b9579a869c1df313a13:/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);