Fix missing ENETRESET for Jira #LIBZMQ-329.

This commit is contained in:
Steven McCoy 2012-06-19 14:15:48 -04:00
parent 5b3d0c633d
commit fc335c59ea

View File

@ -130,6 +130,9 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
#ifndef EHOSTUNREACH
#define EHOSTUNREACH (ZMQ_HAUSNUMERO + 17)
#endif
#ifndef ENETRESET
#define ENETRESET (ZMQ_HAUSNUMERO + 18)
#endif
/* Native 0MQ error codes. */
#define EFSM (ZMQ_HAUSNUMERO + 51)