Browse Source

unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.

pull/3664/head
Paul m. p. P 5 years ago
committed by Damien George
parent
commit
42d30c5baf
  1. 1
      ports/unix/unix_mphal.c

1
ports/unix/unix_mphal.c

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

Loading…
Cancel
Save