This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-wgdb
mirror of
https://github.com/brettlangdon/node-wgdb.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
make sure to include stdlib.h for src/utils
master
Brett Langdon
12 years ago
parent
a676fe6079
commit
ee7e779390
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/utils.h
+ 1
- 0
src/utils.h
View File
@ -2,6 +2,7 @@
#
define WGDB_UTILS_H
#
define WGDB_UTILS_H
#
include
<node.h>
#
include
<node.h>
#
include
<stdlib.h>
#
include
<whitedb/dbapi.h>
#
include
<whitedb/dbapi.h>
#
include
<v8.h>
#
include
<v8.h>
Write
Preview
Loading…
Cancel
Save