Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fixes #2140. Fix illumos build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 17, 2011
1 parent 4f8a0cd commit b0030af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/node.h
Expand Up @@ -62,6 +62,7 @@
#include <v8.h>
#include <sys/types.h> /* struct stat */
#include <sys/stat.h>
#include <assert.h>

#include <node_object_wrap.h>

Expand Down
1 change: 1 addition & 0 deletions src/node_object_wrap.h
Expand Up @@ -22,6 +22,7 @@
#ifndef object_wrap_h
#define object_wrap_h

#include <node.h>
#include <v8.h>
#include <assert.h>

Expand Down

0 comments on commit b0030af

Please sign in to comment.