win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build
authorDaniel Dunbar <daniel@zuster.org>
Fri, 29 Apr 2011 18:58:57 +0000 (18:58 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 29 Apr 2011 18:58:57 +0000 (18:58 +0000)
issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130530 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libprofile/PathProfiling.c

index 9003c3f6326903cd9911d5c7eca04838a818140e..d2dec02fdcfae74ddbfa91be2c8d9e88eb7f35e5 100644 (file)
@@ -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