mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
cryptorf: minor tweak
This commit is contained in:
parent
bba5de517a
commit
a76596c3fe
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
void num_to_bytes(uint64_t n, size_t len, uint8_t *dst)
|
void num_to_bytes(uint64_t n, size_t len, uint8_t *dst)
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,6 +28,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#define AEND "\x1b[0m"
|
#define AEND "\x1b[0m"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue