mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
Fix compilation error on mfd_aes_brute
This commit is contained in:
parent
6da5c9d0f4
commit
0751fbb701
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
// makes it ~14% slower
|
// makes it ~14% slower
|
||||||
//#define SPINNER
|
//#define SPINNER
|
||||||
|
|
||||||
|
#define __STDC_FORMAT_MACROS
|
||||||
|
#include <inttypes.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue