From: iceman1001 Date: Wed, 31 Aug 2016 20:10:06 +0000 (+0200) Subject: CHG: removed a redundant include to strings.h, which made compilation errors on... X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/05aff802ae4010f1b1f27a6b61be4ed7fa47cbd2 CHG: removed a redundant include to strings.h, which made compilation errors on OS X --- diff --git a/armsrc/desfire_crypto.h b/armsrc/desfire_crypto.h index 698f11e3..47da8354 100644 --- a/armsrc/desfire_crypto.h +++ b/armsrc/desfire_crypto.h @@ -2,7 +2,7 @@ #define __DESFIRE_CRYPTO_H #include -#include +//#include #include #include "printf.h"