summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-10-30 17:15:10 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2011-10-30 17:15:10 +0100
commit26874e2e07c1335d4bd3f20810326b441d2df39a (patch)
treefc4816f1ab8da46321062cd373f5c86bcb8a37f7 /doc
parent8a729270c144f93aaca72f5941c99217fe6e2d67 (diff)
downloadnode-26874e2e07c1335d4bd3f20810326b441d2df39a.tar.gz
docs: addons: fix example
Diffstat (limited to 'doc')
-rw-r--r--doc/api/addons.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown
index f4009cb8d..3234e7a60 100644
--- a/doc/api/addons.markdown
+++ b/doc/api/addons.markdown
@@ -29,6 +29,7 @@ C++:
To get started we create a file `hello.cc`:
+ #include <node.h>
#include <v8.h>
using namespace v8;