0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Merge pull request #4174 from jlsantiago0/build-fix-bsd

Fix Build BSD
This commit is contained in:
Luca Boccassi 2021-04-15 23:16:33 +01:00 committed by GitHub
commit b4f758da35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#else #else
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>