forked from OSchip/llvm-project
[Support][X86] Include sched.h after D78324
http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/28848/steps/build%20stage%201/logs/stdio
This commit is contained in:
parent
17772995d4
commit
fce115681b
|
@ -29,6 +29,7 @@
|
|||
// Include the platform-specific parts of this class.
|
||||
#ifdef LLVM_ON_UNIX
|
||||
#include "Unix/Host.inc"
|
||||
#include <sched.h>
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
#include "Windows/Host.inc"
|
||||
|
|
Loading…
Reference in New Issue