unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.

pull/3664/head
Paul m. p. P 2019-07-05 12:06:16 +02:00 zatwierdzone przez Damien George
rodzic a17b901a9e
commit 42d30c5baf
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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