mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +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
|
||||
//#define SPINNER
|
||||
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue