aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-21 18:48:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-21 18:48:59 +0000
commitec237ffd28f1408f524dc134220d8502e167f4d9 (patch)
treefa53e0ece46f343ce2c42774fe31c648214610ff
parentd9c86dc6d95885f0c88f8068a06eab87da328490 (diff)
downloadexternal_llvm-ec237ffd28f1408f524dc134220d8502e167f4d9.zip
external_llvm-ec237ffd28f1408f524dc134220d8502e167f4d9.tar.gz
external_llvm-ec237ffd28f1408f524dc134220d8502e167f4d9.tar.bz2
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
-rw-r--r--include/llvm/Support/MachO.h2
1 files changed, 1 insertions, 1 deletions
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 <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