Browse Source

make sure to include stdlib.h for src/utils

master
Brett Langdon 12 years ago
parent
commit
ee7e779390
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/utils.h

+ 1
- 0
src/utils.h View File

@ -2,6 +2,7 @@
#define WGDB_UTILS_H
#include <node.h>
#include <stdlib.h>
#include <whitedb/dbapi.h>
#include <v8.h>


Loading…
Cancel
Save