aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_WebKit_Source_platform_heap_StackFrameDepth.cpp
blob: 82a80c10c81dfbfba200a0c8d6eb5886994e4473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp.orig	2017-06-05 19:03:26 UTC
+++ third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp
@@ -7,6 +7,8 @@
 #include "platform/wtf/StackUtil.h"
 #include "public/platform/Platform.h"
 
+#include <pthread_np.h>
+
 #if OS(WIN)
 #include <stddef.h>
 #include <windows.h>