mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
Problem: unistd.h redundantly included twice
Solution: fix it
This commit is contained in:
parent
4b3199fefa
commit
9218441f97
@ -68,7 +68,6 @@
|
|||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <netinet/tcp.h>
|
#include <netinet/tcp.h>
|
||||||
#include <unistd.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -81,10 +81,6 @@ struct iovec {
|
|||||||
#include "socket_poller.hpp"
|
#include "socket_poller.hpp"
|
||||||
#include "timers.hpp"
|
#include "timers.hpp"
|
||||||
|
|
||||||
#if !defined ZMQ_HAVE_WINDOWS
|
|
||||||
#include <unistd.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined ZMQ_HAVE_OPENPGM
|
#if defined ZMQ_HAVE_OPENPGM
|
||||||
#define __PGM_WININT_H__
|
#define __PGM_WININT_H__
|
||||||
#include <pgm/pgm.h>
|
#include <pgm/pgm.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user