diff options
author | malosek <malosek@fastmq.com> | 2009-09-08 14:54:04 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-08 14:54:04 +0200 |
commit | 2a4a10c8be92c5ce6314378fc4de163888075279 (patch) | |
tree | 683df480e109aeff751d93d3b89b28a1f7311a3a /ruby | |
parent | ec6822a477b89ac77afc90425bf36c4829dbef3d (diff) |
build system tuning
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rbzmq.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ruby/rbzmq.cpp b/ruby/rbzmq.cpp index 5cb7f61..8837aa1 100644 --- a/ruby/rbzmq.cpp +++ b/ruby/rbzmq.cpp @@ -20,9 +20,10 @@ #include <assert.h> #include <errno.h> #include <string.h> -#include <zmq.h> #include <ruby.h> +#include "../c/zmq.h" + static void context_free (void *ctx) { if (ctx) { |