From: Daniel Dunbar Date: Tue, 29 Mar 2011 02:30:34 +0000 (+0000) Subject: C-API: Include DataTypes.h instead of stdint.h. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8470475d6b684b7f9a4871dd90e4382ad8a509b2;p=oota-llvm.git C-API: Include DataTypes.h instead of stdint.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128446 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/Disassembler.h b/include/llvm-c/Disassembler.h index 742063025f0..63ed9df88e2 100644 --- a/include/llvm-c/Disassembler.h +++ b/include/llvm-c/Disassembler.h @@ -15,8 +15,8 @@ #ifndef LLVM_C_DISASSEMBLER_H #define LLVM_C_DISASSEMBLER_H 1 -#include #include +#include "llvm/Support/DataTypes.h" /** * An opaque reference to a disassembler context.