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/spawn_sync.cc')
-rw-r--r--src/spawn_sync.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spawn_sync.cc b/src/spawn_sync.cc
index 4c8885f04a7..0751bc21a7e 100644
--- a/src/spawn_sync.cc
+++ b/src/spawn_sync.cc
@@ -24,6 +24,7 @@
#include "env-inl.h"
#include "node_internals.h"
#include "string_bytes.h"
+#include "util-inl.h"
#include <cstring>