Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug_utils.cc')
-rw-r--r--src/debug_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug_utils.cc b/src/debug_utils.cc
index 8dd51b39319..b41cdd7a3f3 100644
--- a/src/debug_utils.cc
+++ b/src/debug_utils.cc
@@ -1,4 +1,4 @@
-#include "debug_utils.h"
+#include "debug_utils-inl.h" // NOLINT(build/include)
#include "env-inl.h"
#ifdef __POSIX__