From b6bfc193788b1838bee73d584fe089e1104b9f88 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 9 May 2019 12:52:38 -0700 Subject: src: remove util-inl.h from header files Its intended that *-inl.h header files are only included into the src files that call the inline methods. Explicitly include it into the files that need it. PR-URL: https://github.com/nodejs/node/pull/27631 Reviewed-By: Joyee Cheung Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig --- src/node_dtrace.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node_dtrace.cc') diff --git a/src/node_dtrace.cc b/src/node_dtrace.cc index 910c19df73..fc58734c59 100644 --- a/src/node_dtrace.cc +++ b/src/node_dtrace.cc @@ -42,6 +42,7 @@ #define NODE_GC_DONE(arg0, arg1, arg2) #endif +#include "env-inl.h" #include "node_errors.h" #include -- cgit v1.2.3