From 51502ffa2fa11022d0207b16281e6f8d11c748fa 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. 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 5569b2951e..84cce30154 100644 --- a/src/node_crypto_clienthello-inl.h +++ b/src/node_crypto_clienthello-inl.h @@ -24,6 +24,7 @@ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS +#include "node_crypto_clienthello.h" #include "util.h" #include "util-inl.h"