projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix memory overflow in hf mf nested (issue #479)
[proxmark3-svn]
/
client
/
emv
/
dump.h
diff --git
a/client/emv/dump.h
b/client/emv/dump.h
index ad69ea834e63a3c73323cedd69efa3f325546709..567a134f63db71f6cf13ea693425885fc19188aa 100644
(file)
--- a/
client/emv/dump.h
+++ b/
client/emv/dump.h
@@
-17,6
+17,7
@@
#define DUMP_H
#include <stdio.h>
+#include <stdbool.h>
void dump_buffer_simple(const unsigned char *ptr, size_t len, FILE *f);
void dump_buffer(const unsigned char *ptr, size_t len, FILE *f, int level);
Impressum
,
Datenschutz