summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-10 15:17:44 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-12 15:28:11 +0200
commit0e811173b1b5ddb94b6ed43735f2e33ab980e627 (patch)
tree73a2874e043842753cfccb441458a63849087731 /src/process_wrap.cc
parent3bd6d8d7f544164728ff4cfd2c37cff4877a8cb1 (diff)
downloadandroid-node-v8-0e811173b1b5ddb94b6ed43735f2e33ab980e627.tar.gz
android-node-v8-0e811173b1b5ddb94b6ed43735f2e33ab980e627.tar.bz2
android-node-v8-0e811173b1b5ddb94b6ed43735f2e33ab980e627.zip
src: add node_internal.h includes for arraysize
This commit adds includes for node_internal.h in source files that use arraysize but don't include this header. The motivation for this is to make refactoring easier (and is the reason I noticed this). PR-URL: https://github.com/nodejs/node/pull/19916 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'src/process_wrap.cc')
-rw-r--r--src/process_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_wrap.cc b/src/process_wrap.cc
index 314131e1dd..96d60cc900 100644
--- a/src/process_wrap.cc
+++ b/src/process_wrap.cc
@@ -21,6 +21,7 @@
#include "env-inl.h"
#include "handle_wrap.h"
+#include "node_internals.h"
#include "node_wrap.h"
#include "stream_base-inl.h"
#include "util-inl.h"