diff options
Diffstat (limited to 'lib/Support/Unix/Unix.h')
-rw-r--r-- | lib/Support/Unix/Unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Unix/Unix.h b/lib/Support/Unix/Unix.h index c15866f3d9..9b758116f3 100644 --- a/lib/Support/Unix/Unix.h +++ b/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> |