mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: test_stream_exceeds_buffer does not build on AIX
Solution: add missing includes
This commit is contained in:
parent
8325355d73
commit
dcec022358
@ -69,6 +69,10 @@
|
||||
# include <sys/socket.h>
|
||||
# include <netinet/in.h>
|
||||
# include <arpa/inet.h>
|
||||
# if defined (ZMQ_HAVE_AIX)
|
||||
# include <sys/types.h>
|
||||
# include <sys/socketvar.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
// Bounce a message from client to server and back
|
||||
|
Loading…
Reference in New Issue
Block a user