From 83adc96d81188e21c6096422439c2103c5275ec8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 28 Jul 2017 01:37:55 +0200 Subject: [PATCH] some missing include inttypes.. --- client/flash.c | 1 + client/flasher.c | 1 + 2 files changed, 2 insertions(+) diff --git a/client/flash.c b/client/flash.c index 37ee8fb0d..a2a90e663 100644 --- a/client/flash.c +++ b/client/flash.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "proxmark3.h" #include "sleep.h" #include "flash.h" diff --git a/client/flasher.c b/client/flasher.c index 86a0596cc..3adf98ad3 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -9,6 +9,7 @@ #include #include #include +#include #include "sleep.h" #include "proxmark3.h" #include "flash.h"