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:
668b154
)
Bug fix: included System/Types.h instead of
author
Sean Callanan
<scallanan@apple.com>
Mon, 12 Apr 2010 20:21:56 +0000
(20:21 +0000)
committer
Sean Callanan
<scallanan@apple.com>
Mon, 12 Apr 2010 20:21:56 +0000
(20:21 +0000)
inttypes.h to allow building on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101062
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm-c/EnhancedDisassembly.h
patch
|
blob
|
history
diff --git
a/include/llvm-c/EnhancedDisassembly.h
b/include/llvm-c/EnhancedDisassembly.h
index 5ed6043f6627da59662001d7bf6d6e9861ceab05..ebb2cf8a82dd679c06677a1670a9ebdfb2ff826a 100644
(file)
--- a/
include/llvm-c/EnhancedDisassembly.h
+++ b/
include/llvm-c/EnhancedDisassembly.h
@@
-19,7
+19,7
@@
#ifndef LLVM_C_ENHANCEDDISASSEMBLY_H
#define LLVM_C_ENHANCEDDISASSEMBLY_H
-#include
<inttypes.h>
+#include
"llvm/System/DataTypes.h"
#ifdef __cplusplus
extern "C" {