Fix missing headers which makes compilation fail on Android.

This commit is contained in:
Ilya Kulakov 2016-01-21 13:44:01 +06:00
parent 55e8191ac5
commit e5894d5197
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#endif
#else
#include <unistd.h>
#include <ctype.h>
#endif
#include "socket_base.hpp"

View File

@ -44,6 +44,7 @@
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <netdb.h>
#include <ctype.h>
#endif
#ifdef ZMQ_HAVE_SOLARIS