diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:29:55 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:29:55 +0000 |
commit | 4d2e1501ad880fb1ed16e894663959ddc2efbeea (patch) | |
tree | 4b0f1bbbceefbef4f745815ae3dd447e93709ad9 /llvm/lib/Support/Unix | |
parent | 44887f69d52ee2cba26a6fc8ce7206dac5efb69e (diff) | |
download | bcm5719-llvm-4d2e1501ad880fb1ed16e894663959ddc2efbeea.tar.gz bcm5719-llvm-4d2e1501ad880fb1ed16e894663959ddc2efbeea.zip |
Missed a spot.
llvm-svn: 120301
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r-- | llvm/lib/Support/Unix/Unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Unix.h b/llvm/lib/Support/Unix/Unix.h index c15866f3d90..9b758116f3a 100644 --- a/llvm/lib/Support/Unix/Unix.h +++ b/llvm/lib/Support/Unix/Unix.h @@ -20,7 +20,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Config/config.h" // Get autoconf configuration settings -#include "llvm/System/Errno.h" +#include "llvm/Support/Errno.h" #include <cstdlib> #include <cstdio> #include <cstring> |