Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile
authorMark Seaborn <mseaborn@chromium.org>
Mon, 27 Jan 2014 22:53:07 +0000 (22:53 +0000)
committerMark Seaborn <mseaborn@chromium.org>
Mon, 27 Jan 2014 22:53:07 +0000 (22:53 +0000)
commit01df6842c1e8890d8f529683ed6d6e7b6bb172d8
treed0f83ffb76489085774bfc3908011f8b1df44c13
parent66aefa805b0c0be252bf092816464eec566b713b
Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile

Without this fix, WaitResult is not defined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200259 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Program.inc