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 @@
#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
......
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