fix "string.h"

This commit is contained in:
merlokk 2018-02-06 13:20:54 +02:00
commit 741bf3b288
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@
#include "proxmark3.h"
#include "apps.h"
#include "util.h"
#include <string.h>
#include "iso14443crc.h"
#include "iso14443a.h"

View file

@ -13,7 +13,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "string.h"
extern const uint8_t OddByteParity[256];