From 73b3adc3842f4e748b6b5f19743a95b246db2699 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 21 Dec 2017 21:48:55 +0000 Subject: Include process.h for getpid on Windows in instr profiling git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@321313 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/profile/InstrProfilingUtil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/profile/InstrProfilingUtil.c b/lib/profile/InstrProfilingUtil.c index 110562383..7f49d0f9f 100644 --- a/lib/profile/InstrProfilingUtil.c +++ b/lib/profile/InstrProfilingUtil.c @@ -9,6 +9,7 @@ #ifdef _WIN32 #include +#include #include #include "WindowsMMap.h" #else -- cgit v1.2.3