diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h index 01c9d80..e6fb60d 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -98,6 +98,9 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch); #ifndef EINPROGRESS #define EINPROGRESS (ZMQ_HAUSNUMERO + 8) #endif +#ifndef ENOTSOCK +#define ENOTSOCK (ZMQ_HAUSNUMERO + 9) +#endif /* Native 0MQ error codes. */ #define EFSM (ZMQ_HAUSNUMERO + 51) |