mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix hf_colin compilation error
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user