From 42d30c5bafc4d1d94787257eedf5c845423658f1 Mon Sep 17 00:00:00 2001 From: "Paul m. p. P" Date: Fri, 5 Jul 2019 12:06:16 +0200 Subject: [PATCH] unix/unix_mphal: Include time.h for CLOCK_MONOTONIC. --- ports/unix/unix_mphal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/unix/unix_mphal.c b/ports/unix/unix_mphal.c index 71edaa57ac..9b009dc502 100644 --- a/ports/unix/unix_mphal.c +++ b/ports/unix/unix_mphal.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "py/mphal.h"