mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
added #include<unistd.h> in udp_engine.cpp to solve error 'close was not declared in scope'
This commit is contained in:
parent
e1254e100e
commit
a72cb5d43d
@ -4,6 +4,7 @@
|
||||
#include "windows.hpp"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user