diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-24 01:00:33 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-24 01:00:33 +0000 |
commit | 46d7550315cd1db7e0cdf313e2702222751d8a24 (patch) | |
tree | 7c8ad1d503cf19120d55ce098d2f8bd1534fa721 /lib/profile/InstrProfilingUtil.c | |
parent | cdf4f3055e964bb585f294cf77cb549ead82783f (diff) | |
download | src-46d7550315cd1db7e0cdf313e2702222751d8a24.tar.gz src-46d7550315cd1db7e0cdf313e2702222751d8a24.zip |
Vendor import of compiler-rt trunk r321414:vendor/compiler-rt/compiler-rt-trunk-r321426vendor/compiler-rt/compiler-rt-trunk-r321414
Notes
Notes:
svn path=/vendor/compiler-rt/dist/; revision=327126
svn path=/vendor/compiler-rt/compiler-rt-trunk-r321426/; revision=327156; tag=vendor/compiler-rt/compiler-rt-trunk-r321426
Diffstat (limited to 'lib/profile/InstrProfilingUtil.c')
-rw-r--r-- | lib/profile/InstrProfilingUtil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/profile/InstrProfilingUtil.c b/lib/profile/InstrProfilingUtil.c index 110562383412..7f49d0f9fae1 100644 --- a/lib/profile/InstrProfilingUtil.c +++ b/lib/profile/InstrProfilingUtil.c @@ -9,6 +9,7 @@ #ifdef _WIN32 #include <direct.h> +#include <process.h> #include <windows.h> #include "WindowsMMap.h" #else |