]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved to header filer
authoriceman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 09:27:06 +0000 (10:27 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 21 Jan 2017 09:27:06 +0000 (10:27 +0100)
armsrc/tlv.c
armsrc/tlv.h

index 5f3bde2f9dc67b8d7f6c817bca5df8594ce8b095..3da03492fabbb701fa226724bc7e59eaa940c66c 100644 (file)
@@ -1,5 +1,4 @@
 #include <tlv.h>
-#include <stddef.h>
 
 int decode_ber_tlv_item(uint8_t* data, tlvtag* returnedtag)
 {
index ae1e71d0fc7df5d83ee6a2957bf960924ebe53bf..c90756168cff8d7d94013487a2408ad5eb9e225a 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <stdint.h>
 #include <string.h>
-#include <stdint.h>
+#include <stddef.h>
 
 //structure buffer definitions
 #define TAG_LENGTH 2
Impressum, Datenschutz