We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7267a commit ce1a1aeCopy full SHA for ce1a1ae
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.12',
+ 'v8_embedder_string': '-node.13',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/base/platform/platform-freebsd.cc
@@ -6,6 +6,7 @@
6
// parts, the implementation is in platform-posix.cc.
7
8
#include <pthread.h>
9
+#include <pthread_np.h>
10
#include <semaphore.h>
11
#include <signal.h>
12
#include <stdlib.h>
0 commit comments