1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

C-API: Include DataTypes.h instead of stdint.h.

llvm-svn: 128446
This commit is contained in:
Daniel Dunbar 2011-03-29 02:30:34 +00:00
parent b103223cdd
commit 26ea306fac

View File

@ -15,8 +15,8 @@
#ifndef LLVM_C_DISASSEMBLER_H #ifndef LLVM_C_DISASSEMBLER_H
#define LLVM_C_DISASSEMBLER_H 1 #define LLVM_C_DISASSEMBLER_H 1
#include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include "llvm/Support/DataTypes.h"
/** /**
* An opaque reference to a disassembler context. * An opaque reference to a disassembler context.