Skip to content

Commit 48b366f

Browse files
committed
workaround change in llvm picked up by llvm ETA 19
1 parent 5288585 commit 48b366f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rp2_common/pico_clib_interface/picolibc_interface.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <stdio.h>
88
#include <stdlib.h>
99
#include <unistd.h>
10+
#include <machine/time.h>
11+
#include <time.h>
1012
#include <sys/time.h>
1113
#include <sys/times.h>
1214

0 commit comments

Comments
 (0)