CHG: removed a redundant include to strings.h, which made compilation errors on OS X

This commit is contained in:
iceman1001 2016-08-31 22:10:06 +02:00
commit 05aff802ae

View file

@ -2,7 +2,7 @@
#define __DESFIRE_CRYPTO_H
#include <string.h>
#include <strings.h>
//#include <strings.h>
#include <stdarg.h>
#include "printf.h"