Skip to content

Commit

Permalink
net-libs/nodejs: src/node_metadata.cc: Include node_internals.h
Browse files Browse the repository at this point in the history
Fixes: https://bugs.gentoo.org/673068
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Dec 13, 2018
1 parent 8ca6709 commit 1efdc01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions net-libs/nodejs/files/nodejs-11.4.0-llhttp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@
[ 'node_shared_cares=="false"', {
'dependencies': [ 'deps/cares/cares.gyp:cares' ],
}],
--- a/src/node_metadata.cc
+++ b/src/node_metadata.cc
@@ -2,6 +2,7 @@
#include "ares.h"
#include "nghttp2/nghttp2ver.h"
#include "node.h"
+#include "node_internals.h"
#include "util.h"
#include "uv.h"
#include "v8.h"

0 comments on commit 1efdc01

Please sign in to comment.