From d2415945c19991ed102308cfab985fea8721b1dc Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 6 May 2010 14:14:52 -0700 Subject: [PATCH] Install node_buffer.h on make install --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 74d515d..fb632a6 100644 --- a/wscript +++ b/wscript @@ -434,6 +434,7 @@ def build(bld): config.h src/node.h src/node_object_wrap.h + src/node_buffer.h src/node_events.h """) -- 2.7.4