mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 22:32:35 +00:00
win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build
issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c69c4a839f
commit
8ddf6f2952
@ -15,6 +15,7 @@
|
||||
|
||||
#include "Profiling.h"
|
||||
#include "llvm/Analysis/ProfileInfoTypes.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <sys/types.h>
|
||||
#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
#include <unistd.h>
|
||||
@ -23,7 +24,6 @@
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
// Must use __inline in Microsoft C
|
||||
|
Loading…
x
Reference in New Issue
Block a user