Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLAMR: Add missing include wrt struct timeval for musl
With musl, mesh.cpp compilation fails as struct timeval is not defined although <time.h> is included before "timer.h" which uses this data type. The reason is with musl contrary to glibc, <time.h> does not include <sys/time.h> (which provides gettimeofday, struct timeval). Fixes llvm/llvm-project#94320
- Loading branch information