projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c86dc
)
Use System/DataTypes.h instead of stdint.h, which isn't portable.
author
Daniel Dunbar
<daniel@zuster.org>
Wed, 21 Jul 2010 18:48:59 +0000
(18:48 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/MachO.h
b/include/llvm/Support/MachO.h
index 473bf1184c60d6efd78cb4c4f8c99068948969cb..4c13177926d26f87ec97dad83916e8b968ff3a2c 100644
(file)
--- 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