Skip to content

Commit

Permalink
Fixed issue #351
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Apr 4, 2012
1 parent a969028 commit d8c5808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/zmq.h
Original file line number 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
#define EAFNOSUPPORT (ZMQ_HAUSNUMERO + 10)
#endif
#ifndef EHOSTUNREACH
#define EHOSTUNREACH (ZMQ_HAUSNUMERO + 11)
#endif

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

0 comments on commit d8c5808

Please sign in to comment.