Index: llvm-toolchain_3.3~svn176561/clang/lib/Headers/stdint.h =================================================================== --- llvm-toolchain_3.3~svn176561.orig/clang/lib/Headers/stdint.h 2011-04-30 21:02:59.000000000 +0200 +++ llvm-toolchain_3.3~svn176561/clang/lib/Headers/stdint.h 2013-03-06 18:48:57.960718087 +0100 @@ -22,8 +22,6 @@ * \*===----------------------------------------------------------------------===*/ -#ifndef __CLANG_STDINT_H -#define __CLANG_STDINT_H /* If we're hosted, fall back to the system's stdint.h, which might have * additional definitions. @@ -32,6 +30,8 @@ defined(__has_include_next) && __has_include_next() # include_next #else +#ifndef __CLANG_STDINT_H +#define __CLANG_STDINT_H /* C99 7.18.1.1 Exact-width integer types. * C99 7.18.1.2 Minimum-width integer types. @@ -657,5 +657,5 @@ #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) -#endif /* __STDC_HOSTED__ */ #endif /* __CLANG_STDINT_H */ +#endif /* __STDC_HOSTED__ */