From a4688b0c4371ff113a32f438ef2a4667b4f15cb2 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 26 Oct 2017 22:14:08 +0800 Subject: [PATCH] src: make header file self-contained Make node_crypto_clienthello-inl.h self-contained. Backport-PR-URL: https://github.com/nodejs/node/pull/16610 PR-URL: https://github.com/nodejs/node/pull/16518 Reviewed-By: Anna Henningsen Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- src/node_crypto_clienthello-inl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node_crypto_clienthello-inl.h b/src/node_crypto_clienthello-inl.h index 0bb668de7a97f1..aeab2386e4e78c 100644 --- a/src/node_crypto_clienthello-inl.h +++ b/src/node_crypto_clienthello-inl.h @@ -3,6 +3,7 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS +#include "node_crypto_clienthello.h" #include "util.h" #include "util-inl.h"