You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use #include <sys/time.h> instead of #include <time.h> when using gettimeofday/struct timeval. musl time.h doesn't include sys/time.h as glibc does.