Skip to content

Commit

Permalink
fixed build warning
Browse files Browse the repository at this point in the history
node-gyp defines BUILDING_NODE_EXTENSION 
  • Loading branch information
evilmachina committed Jan 8, 2013
1 parent d4b77df commit 12f5a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions telldus.cc
@@ -1,4 +1,7 @@
#ifndef BUILDING_NODE_EXTENSION
#define BUILDING_NODE_EXTENSION
#endif

#include <node.h>
#include <v8.h>
#include <unistd.h>
Expand Down

0 comments on commit 12f5a0d

Please sign in to comment.