zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

Fix up build on AIX7 #4

Closed vortechs2000 closed 12 years ago

vortechs2000 commented 12 years ago

Copy logic from zmq.cpp into device.cpp for getting poll.h included.

Ensure that zmq.h is included after poll.h in both zmq.cpp and device.cpp.

Signed-off-by: AJ Lewis aj.lewis@quantum.com