From c871e435e40ad96e4f6ae13c9cc265a139780056 Mon Sep 17 00:00:00 2001 From: Jaka Date: Thu, 18 Apr 2024 09:40:00 +0200 Subject: [PATCH] fix implicit use of time() --- client/src/proxmark3.c | 1 + tools/cryptorf/sma.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 2ea90d5b4..08c231e1b 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -23,6 +23,7 @@ #include #include #include // basename +#include #include "pm3line.h" #include "usart_defs.h" diff --git a/tools/cryptorf/sma.cpp b/tools/cryptorf/sma.cpp index d5839f487..4b7b2d15a 100644 --- a/tools/cryptorf/sma.cpp +++ b/tools/cryptorf/sma.cpp @@ -22,6 +22,7 @@ */ #include +#include #include #include #include