Skip to content

Commit

Permalink
make sure we include ev.h in environments that don't have it included…
Browse files Browse the repository at this point in the history
… automatically
  • Loading branch information
JustinTulloss committed Dec 5, 2011
1 parent 6505857 commit 1b4e45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#include <node.h>
#include <node_buffer.h>
#include <node_version.h>
#if !NODE_VERSION_AT_LEAST(0, 5, 5)
#include <ev.h>
#endif

#include <zmq.h>

Expand Down

0 comments on commit 1b4e45b

Please sign in to comment.