Browse Source

also need string.h in src/utils

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

+ 1
- 0
src/utils.h View File

@ -3,6 +3,7 @@
#include <node.h>
#include <stdlib.h>
#include <string.h>
#include <whitedb/dbapi.h>
#include <v8.h>


Loading…
Cancel
Save