[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:
Fangrui Song 2020-04-17 08:43:02 -07:00
parent 17772995d4
commit fce115681b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
// Include the platform-specific parts of this class. // Include the platform-specific parts of this class.
#ifdef LLVM_ON_UNIX #ifdef LLVM_ON_UNIX
#include "Unix/Host.inc" #include "Unix/Host.inc"
#include <sched.h>
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
#include "Windows/Host.inc" #include "Windows/Host.inc"