Skip to content

Commit

Permalink
Merge pull request #303 from pieterh/master
Browse files Browse the repository at this point in the history
Fixed issue #351
  • Loading branch information
ianbarber committed Apr 4, 2012
2 parents a969028 + d8c5808 commit 5bc9fd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/zmq.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch);
#ifndef EAFNOSUPPORT #ifndef EAFNOSUPPORT
#define EAFNOSUPPORT (ZMQ_HAUSNUMERO + 10) #define EAFNOSUPPORT (ZMQ_HAUSNUMERO + 10)
#endif #endif
#ifndef EHOSTUNREACH
#define EHOSTUNREACH (ZMQ_HAUSNUMERO + 11)
#endif


/* Native 0MQ error codes. */ /* Native 0MQ error codes. */
#define EFSM (ZMQ_HAUSNUMERO + 51) #define EFSM (ZMQ_HAUSNUMERO + 51)
Expand Down

0 comments on commit 5bc9fd6

Please sign in to comment.