From: Daniel Dunbar Date: Wed, 21 Jul 2010 18:48:59 +0000 (+0000) Subject: Use System/DataTypes.h instead of stdint.h, which isn't portable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec237ffd28f1408f524dc134220d8502e167f4d9;p=oota-llvm.git Use System/DataTypes.h instead of stdint.h, which isn't portable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109026 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index 473bf1184c6..4c13177926d 100644 --- a/include/llvm/Support/MachO.h +++ b/include/llvm/Support/MachO.h @@ -14,7 +14,7 @@ #ifndef LLVM_SUPPORT_MACHO_H #define LLVM_SUPPORT_MACHO_H -#include +#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