mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
fix "string.h"
This commit is contained in:
parent
efa7223996
commit
741bf3b288
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
|||
#include "proxmark3.h"
|
||||
#include "apps.h"
|
||||
#include "util.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "iso14443crc.h"
|
||||
#include "iso14443a.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "string.h"
|
||||
|
||||
extern const uint8_t OddByteParity[256];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue