[zeromq-dev] Build patch for amqp part
Martin Sustrik
sustrik at fastmq.com
Wed Feb 11 11:25:59 CET 2009
Thanks,
We'll apply the patch to the trunk shortly.
In case you want to be listed in the AUTHORS file let us know your name :)
Martin
dok at dok-net.net wrote:
> 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>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list