Commit e5894d51 authored by Ilya Kulakov's avatar Ilya Kulakov

Fix missing headers which makes compilation fail on Android.

parent 55e8191a
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#endif #endif
#else #else
#include <unistd.h> #include <unistd.h>
#include <ctype.h>
#endif #endif
#include "socket_base.hpp" #include "socket_base.hpp"
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netinet/tcp.h> #include <netinet/tcp.h>
#include <netdb.h> #include <netdb.h>
#include <ctype.h>
#endif #endif
#ifdef ZMQ_HAVE_SOLARIS #ifdef ZMQ_HAVE_SOLARIS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment