[zeromq-dev] Build patch for amqp part
dok at dok-net.net
dok at dok-net.net
Wed Feb 11 11:23:54 CET 2009
I just tried building from trunk on openSUSE 11.1, and had to apply two trivial
patches. So, all copyright is waived :-)
> svn diff
Index: libzmq/amqp_marshaller.cpp
===================================================================
--- libzmq/amqp_marshaller.cpp (revision 1016)
+++ libzmq/amqp_marshaller.cpp (working copy)
@@ -26,6 +26,8 @@
#include <zmq/amqp_marshaller.hpp>
#include <zmq/wire.hpp>
+#include <stdlib.h>
+
zmq::amqp_marshaller_t::amqp_marshaller_t ()
{
}
Index: libzmq/zmq/i_amqp.hpp
===================================================================
--- libzmq/zmq/i_amqp.hpp (revision 1016)
+++ libzmq/zmq/i_amqp.hpp (working copy)
@@ -29,6 +29,7 @@
#include <assert.h>
#include <map>
#include <string>
+#include <cstring>
#include <zmq/stdint.hpp>
More information about the zeromq-dev
mailing list