summaryrefslogtreecommitdiff
path: root/ruby/rbzmq.cpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-08 14:54:04 +0200
committermalosek <malosek@fastmq.com>2009-09-08 14:54:04 +0200
commit2a4a10c8be92c5ce6314378fc4de163888075279 (patch)
tree683df480e109aeff751d93d3b89b28a1f7311a3a /ruby/rbzmq.cpp
parentec6822a477b89ac77afc90425bf36c4829dbef3d (diff)
build system tuning
Diffstat (limited to 'ruby/rbzmq.cpp')
-rw-r--r--ruby/rbzmq.cpp3
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) {