This is an archive of the discontinued LLVM Phabricator instance.

Include <sys/time.h> to get struct timeval definition
ClosedPublic

Authored by dim on Feb 11 2018, 11:45 AM.

Details

Summary

While building the test suite on FreeBSD, I encountered an error due to
struct timeval being unknown in CLAMR's partition.cpp. Add an include
of <sys/time.h> to fix it.

Diff Detail

Repository
rL LLVM

Event Timeline

dim created this revision.Feb 11 2018, 11:45 AM
hfinkel accepted this revision.Feb 12 2018, 7:25 PM

Looks good.

LGTM too.

This revision is now accepted and ready to land.Feb 12 2018, 7:25 PM
This revision was automatically updated to reflect the committed changes.