mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
Use System/DataTypes.h instead of stdint.h, which isn't portable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9c86dc6d9
commit
ec237ffd28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user