summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto_clienthello.h')
-rw-r--r--src/node_crypto_clienthello.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_crypto_clienthello.h b/src/node_crypto_clienthello.h
index 48f49771fd..d1661735f5 100644
--- a/src/node_crypto_clienthello.h
+++ b/src/node_crypto_clienthello.h
@@ -24,8 +24,8 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
-#include <stddef.h> // size_t
-#include <stdint.h>
+#include <cstddef> // size_t
+#include <cstdint>
namespace node {
namespace crypto {