mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: removed a redundant include to strings.h, which made compilation errors on OS X
This commit is contained in:
parent
cc70dd6b60
commit
05aff802ae
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#define __DESFIRE_CRYPTO_H
|
||||
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
//#include <strings.h>
|
||||
#include <stdarg.h>
|
||||
#include "printf.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue