diff options
Diffstat (limited to 'lib/Support/Unix/Unix.h')
-rw-r--r-- | lib/Support/Unix/Unix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Support/Unix/Unix.h b/lib/Support/Unix/Unix.h index ba688e382175..e16a226a8eaf 100644 --- a/lib/Support/Unix/Unix.h +++ b/lib/Support/Unix/Unix.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_SYSTEM_UNIX_UNIX_H -#define LLVM_SYSTEM_UNIX_UNIX_H +#ifndef LLVM_LIB_SUPPORT_UNIX_UNIX_H +#define LLVM_LIB_SUPPORT_UNIX_UNIX_H //===----------------------------------------------------------------------===// //=== WARNING: Implementation here must contain only generic UNIX code that |