Use System/DataTypes.h instead of stdint.h, which isn't portable.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 21 Jul 2010 18:48:59 +0000 (18:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 21 Jul 2010 18:48:59 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109026 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/MachO.h

index 473bf1184c60d6efd78cb4c4f8c99068948969cb..4c13177926d26f87ec97dad83916e8b968ff3a2c 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_SUPPORT_MACHO_H
 #define LLVM_SUPPORT_MACHO_H
 
-#include <stdint.h>
+#include "llvm/System/DataTypes.h"
 
 // NOTE: The enums in this file are intentially named to be different than those
 // in the headers in /usr/include/mach (on darwin systems) to avoid conflicts