summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-10 15:17:44 +0200
committerJames M Snell <jasnell@gmail.com>2018-04-16 16:08:26 -0700
commit17deb5fe854236abcd29ad6ca74d6af7dae8d3a6 (patch)
tree73a2874e043842753cfccb441458a63849087731 /src/udp_wrap.cc
parentcdc1171af3f2fb75984c6029306687298a250b94 (diff)
downloadnode-new-17deb5fe854236abcd29ad6ca74d6af7dae8d3a6.tar.gz
src: add node_internal.h includes for arraysize
This commit adds includes for node_internal.h in source files that use arraysize but don't include this header. The motivation for this is to make refactoring easier (and is the reason I noticed this). PR-URL: https://github.com/nodejs/node/pull/19916 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'src/udp_wrap.cc')
-rw-r--r--src/udp_wrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp_wrap.cc b/src/udp_wrap.cc
index 4f4d7c46d7..e02220a878 100644
--- a/src/udp_wrap.cc
+++ b/src/udp_wrap.cc
@@ -22,6 +22,7 @@
#include "udp_wrap.h"
#include "env-inl.h"
#include "node_buffer.h"
+#include "node_internals.h"
#include "handle_wrap.h"
#include "req_wrap-inl.h"
#include "util-inl.h"