mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #2356 from JakaBac/time-include
fix implicit use of time()
This commit is contained in:
commit
acfda59ff2
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <libgen.h> // basename
|
#include <libgen.h> // basename
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include "pm3line.h"
|
#include "pm3line.h"
|
||||||
#include "usart_defs.h"
|
#include "usart_defs.h"
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <time.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue