blob: 232a8e9cbbc24fc1080788de7e13d2090b6263e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- third_party/WebKit/Source/wtf/StackUtil.cpp.orig 2017-04-19 19:06:50 UTC
+++ third_party/WebKit/Source/wtf/StackUtil.cpp
@@ -8,6 +8,10 @@
#include "wtf/Threading.h"
#include "wtf/WTFThreadData.h"
+#if OS(FREEBSD)
+#include <pthread_np.h>
+#endif
+
#if OS(WIN)
#include <stddef.h>
#include <windows.h>
|