diff --git a/components/libc/minilibc/sys/time.h b/components/libc/minilibc/sys/time.h index 3df6d8c570..ada613251b 100644 --- a/components/libc/minilibc/sys/time.h +++ b/components/libc/minilibc/sys/time.h @@ -40,4 +40,6 @@ struct tm { const char *tm_zone; /* Timezone abbreviation. */ }; +int gettimeofday(struct timeval *tp, void *ignore); + #endif