mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-08 22:46:05 +00:00
Fix missing headers which makes compilation fail on Android.
This commit is contained in:
parent
55e8191ac5
commit
e5894d5197
@ -45,6 +45,7 @@
|
||||
#endif
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
|
||||
#include "socket_base.hpp"
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netdb.h>
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
|
||||
#ifdef ZMQ_HAVE_SOLARIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user