Skip to content

Commit a24102c

Browse files
committed
Merge pull request brianc#255 from booo/node_0.9
add a NODE_MODULE() statement; fixes brianc#222
2 parents 4f907de + 320a049 commit a24102c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binding.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,3 +803,4 @@ extern "C" void init (Handle<Object> target)
803803
HandleScope scope;
804804
Connection::Init(target);
805805
}
806+
NODE_MODULE(binding, init)

0 commit comments

Comments
 (0)