Missed a spot.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 18:29:55 +0000 (18:29 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 29 Nov 2010 18:29:55 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120301 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Unix/Unix.h

index c15866f3d90adaa83affcfb00ac3e4db72935f3d..9b758116f3ae8feff94bf51e7c85bce5bee91e28 100644 (file)
@@ -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>