X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bd20f8f47847787e1f3e933043933272908c5beb..33bf54cf3d3f3546f46fa12969c81471cb9a4c69:/common/usb.c

diff --git a/common/usb.c b/common/usb.c
index 1c296115..3de7d369 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -8,7 +8,7 @@
 // The common USB driver used for both the bootloader and the application.
 //-----------------------------------------------------------------------------
 
-#include <proxmark3.h>
+#include "proxmark3.h"
 
 #define min(a, b) (((a) > (b)) ? (b) : (a))