mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
some missing include inttypes..
This commit is contained in:
parent
3d53f941aa
commit
83adc96d81
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include "proxmark3.h"
|
||||
#include "sleep.h"
|
||||
#include "flash.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include "sleep.h"
|
||||
#include "proxmark3.h"
|
||||
#include "flash.h"
|
||||
|
|
Loading…
Reference in a new issue