From d3204b0225f9087cf419c69abeab7d1586e6af5d Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sat, 19 Apr 2014 17:29:26 +0400 Subject: [PATCH] installer: copy smalloc.h on installation fix #7485 Signed-off-by: Fedor Indutny --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index c495746c8c..67f72ea027 100755 --- a/tools/install.py +++ b/tools/install.py @@ -150,6 +150,7 @@ def files(action): 'src/node_internals.h', 'src/node_object_wrap.h', 'src/node_version.h', + 'src/smalloc.h', ], 'include/node/') if 'false' == variables.get('node_shared_cares'):