projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f183848
)
Include process.h for getpid on Windows in instr profiling
author
Reid Kleckner
<rnk@google.com>
Thu, 21 Dec 2017 21:48:55 +0000
(21:48 +0000)
committer
Reid Kleckner
<rnk@google.com>
Thu, 21 Dec 2017 21:48:55 +0000
(21:48 +0000)
llvm-svn: 321313
compiler-rt/lib/profile/InstrProfilingUtil.c
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/profile/InstrProfilingUtil.c
b/compiler-rt/lib/profile/InstrProfilingUtil.c
index
1105623
..
7f49d0f
100644
(file)
--- a/
compiler-rt/lib/profile/InstrProfilingUtil.c
+++ b/
compiler-rt/lib/profile/InstrProfilingUtil.c
@@
-9,6
+9,7
@@
#ifdef _WIN32
#include <direct.h>
+#include <process.h>
#include <windows.h>
#include "WindowsMMap.h"
#else