summaryrefslogtreecommitdiff
path: root/src/string_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_search.h')
-rw-r--r--src/string_search.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string_search.h b/src/string_search.h
index c924908b8b..95c746ea89 100644
--- a/src/string_search.h
+++ b/src/string_search.h
@@ -7,7 +7,8 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
-#include "node_internals.h"
+#include "util.h"
+
#include <string.h>
#include <algorithm>