mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix hf_colin compilation error
This commit is contained in:
parent
ce650f472f
commit
1fa84f203d
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ typedef unsigned _int64 uint64_t;
|
|||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
// problem specific to arm-none-gcc provided by Debian:
|
||||
// https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953844
|
||||
// => include <sys/types.h> before <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
#endif /* _WIN32 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue