Skip to content

Commit 42d30c5

Browse files
Paul m. p. Pdpgeorge
Paul m. p. P
authored andcommitted
unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.
1 parent a17b901 commit 42d30c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/unix/unix_mphal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <unistd.h>
2828
#include <stdlib.h>
2929
#include <string.h>
30+
#include <time.h>
3031
#include <sys/time.h>
3132

3233
#include "py/mphal.h"

0 commit comments

Comments
 (0)