Include sys/time.h in sys/resource.h
The rusage struct makes use of the timeval structure. Make sure to include sys/time.h so that the type is known.
The rusage struct makes use of the timeval structure. Make sure to include sys/time.h so that the type is known.