Skip to content

Commit

Permalink
Merge pull request #17 from niclashoyer/usleep-fix
Browse files Browse the repository at this point in the history
fix usleep error on linux systems
  • Loading branch information
joeferner committed Aug 12, 2012
2 parents 1c5abf2 + c93ec47 commit 0d0b563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

#include "java.h"
#include <string.h>
#include <unistd.h>
#include "javaObject.h"
#include "methodCallBaton.h"
#include "node_NodeDynamicProxyClass.h"
Expand Down

0 comments on commit 0d0b563

Please sign in to comment.