From 289a364dd32a31206edbe42ad6be2480466dacab 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. --- 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 5569b2951e9eee..84cce301547561 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"