Skip to content

Commit

Permalink
[Support][X86] Include sched.h after D78324
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Apr 17, 2020
1 parent 1777299 commit fce1156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/Host.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit fce1156

Please sign in to comment.