C-API: Include DataTypes.h instead of stdint.h.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 29 Mar 2011 02:30:34 +0000 (02:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 29 Mar 2011 02:30:34 +0000 (02:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128446 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Disassembler.h

index 742063025f025620fd2a3c5845fc954485c65530..63ed9df88e23388fd39fe5873d73ed28e9b3cdcc 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef LLVM_C_DISASSEMBLER_H
 #define LLVM_C_DISASSEMBLER_H  1
 
-#include <stdint.h>
 #include <stddef.h>
+#include "llvm/Support/DataTypes.h"
 
 /**
  * An opaque reference to a disassembler context.