From 0e811173b1b5ddb94b6ed43735f2e33ab980e627 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 10 Apr 2018 15:17:44 +0200 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Gibson Fahnestock --- src/node_zlib.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node_zlib.cc') diff --git a/src/node_zlib.cc b/src/node_zlib.cc index 4367d043d2..67987baf8a 100644 --- a/src/node_zlib.cc +++ b/src/node_zlib.cc @@ -21,6 +21,7 @@ #include "node.h" #include "node_buffer.h" +#include "node_internals.h" #include "async_wrap-inl.h" #include "env-inl.h" -- cgit v1.2.3