From b552a019ddcee11b13eba737800ca7f6a406befc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 21 Jul 2010 18:48:59 +0000 Subject: 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 --- include/llvm/Support/MachO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/Support') diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index 473bf11..4c13177 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 -- cgit v1.1