mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Fix some missing include statements which impact using proxmark3 client as a library.
This commit is contained in:
parent
62d0bbf62f
commit
faad338efe
3 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h> // math.pow
|
||||
#include <time.h> // time, gmtime
|
||||
#include "proxmark3.h" // time_t
|
||||
#include "data.h" // for FILE_PATH_SIZE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue