summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello-inl.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-10-26 22:14:08 +0800
committerAnna Henningsen <anna@addaleax.net>2017-10-26 19:01:49 +0200
commit75f1087f49698903a24cca55939e472ad34d2273 (patch)
treea60e8b626e652460c9007ad14c9a25dc64f63ad9 /src/node_crypto_clienthello-inl.h
parentdf8c6c3651d29602601310a9219e777084d0d3a9 (diff)
downloadandroid-node-v8-75f1087f49698903a24cca55939e472ad34d2273.tar.gz
android-node-v8-75f1087f49698903a24cca55939e472ad34d2273.tar.bz2
android-node-v8-75f1087f49698903a24cca55939e472ad34d2273.zip
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 <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/node_crypto_clienthello-inl.h')
-rw-r--r--src/node_crypto_clienthello-inl.h1
1 files changed, 1 insertions, 0 deletions
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"