time.c: include sys/time for gettimeofday.

* lib/linux/time.c: Include <sys/time.h>.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-05-05 23:26:46 +02:00
parent 77602c2cde
commit 84fd995f43
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -21,6 +21,7 @@
#include <linux/syscall.h>
#include <syscall.h>
#include <time.h>
#include <sys/time.h>
#include <stdlib.h>
time_t