From 05aff802ae4010f1b1f27a6b61be4ed7fa47cbd2 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 31 Aug 2016 22:10:06 +0200 Subject: [PATCH 1/1] CHG: removed a redundant include to strings.h, which made compilation errors on OS X --- armsrc/desfire_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5