diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:04:16 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:04:16 +0900 |
commit | 87d96df901f1e43f6ed096f72b66350236cb5fff (patch) | |
tree | 9cdc83c7dc01d1bcf1dfdfd9d51ea4ade13375a6 /include | |
parent | 133fbca6fac3c517b694ffec6b6a5c7050283a84 (diff) |
Type in 0MQ compatibility header fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index 471af05..a155277 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -109,7 +109,7 @@ #define ZMQ_POLLOUT XS_POLLOUT #define ZMQ_POLLERR XS_POLLERR -#define zmq_pollitem_t xs_pollitem_t; +#define zmq_pollitem_t xs_pollitem_t #define zmq_poll xs_poll #endif |