Skip to content

Commit 79f76a1

Browse files
committed
Fix time.h header.
Signed-off-by: Pol Henarejos <[email protected]>
1 parent dd68554 commit 79f76a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hsm/cmd_extras.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#include "mbedtls/ecdh.h"
2020
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
2121
#include "hardware/rtc.h"
22-
#include <time.h>
2322
#else
2423
#include <sys/time.h>
24+
#include <time.h>
2525
#endif
2626
#include "files.h"
2727
#include "random.h"

0 commit comments

Comments
 (0)