mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
Problem: unistd.h redundantly included twice
Solution: fix it
This commit is contained in:
@@ -81,10 +81,6 @@ struct iovec {
|
||||
#include "socket_poller.hpp"
|
||||
#include "timers.hpp"
|
||||
|
||||
#if !defined ZMQ_HAVE_WINDOWS
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined ZMQ_HAVE_OPENPGM
|
||||
#define __PGM_WININT_H__
|
||||
#include <pgm/pgm.h>
|
||||
|
||||
Reference in New Issue
Block a user