mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix implicit use of time()
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#include <libgen.h> // basename
|
||||
#include <time.h>
|
||||
|
||||
#include "pm3line.h"
|
||||
#include "usart_defs.h"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user