summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 18:29:55 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-29 18:29:55 +0000
commit4d2e1501ad880fb1ed16e894663959ddc2efbeea (patch)
tree4b0f1bbbceefbef4f745815ae3dd447e93709ad9
parent44887f69d52ee2cba26a6fc8ce7206dac5efb69e (diff)
downloadbcm5719-llvm-4d2e1501ad880fb1ed16e894663959ddc2efbeea.tar.gz
bcm5719-llvm-4d2e1501ad880fb1ed16e894663959ddc2efbeea.zip
Missed a spot.
llvm-svn: 120301
-rw-r--r--llvm/lib/Support/Unix/Unix.h2
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>
OpenPOWER on IntegriCloud