unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.

pull/1/head
Paul m. p. P 2019-07-05 12:06:16 +02:00 committed by Damien George
parent a17b901a9e
commit 42d30c5baf
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include "py/mphal.h"