Fix the windows build after r285702.
The removal of TimeValue.h inclusion removed the inner inclusion of PosixApi.h, which defined PATH_MAX on windows, used by many other files.
Adding the PosixApi.h inclusion should not cause a problem (it only include llvm/Support/Compiler.h on non-windows platform, and the needed file on windows ones).
Details
Details
Diff Detail
Diff Detail