Move the #include of sys/stat.h inside the linux "hack" for the stat
authorReid Spencer <rspencer@reidspencer.com>
Fri, 17 Dec 2004 19:09:16 +0000 (19:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 17 Dec 2004 19:09:16 +0000 (19:09 +0000)
commit6b4bd6b35cf169da85cc9cd4ba36c91691098b1a
treebeb135a8552aa43935d3306473bca60a53d205cd
parent84c556e92a359d919b06450ac4f11cb7c0e1f616
Move the #include of sys/stat.h inside the linux "hack" for the stat
family of functions so it gets noticed if we ever remove this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19022 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/Intercept.cpp