mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix: missing includes when building with "gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9)"
This commit is contained in:
parent
62aefa6d27
commit
f138e54db6
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <time.h>
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
#include "util_posix.h"
|
||||
|
||||
#define AEND "\x1b[0m"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <time.h>
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
//#include <mbedtls/aes.h>
|
||||
#include "util_posix.h"
|
||||
#include "randoms.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue