Skip to content

Include sys/time.h in sys/resource.h

Dan Robertson requested to merge dlrobertson:fix_includes into master

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

Merge request reports