mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
- Patches removed were incorporated upstream. Changelog: https://github.com/zeromq/libzmq/releases/tag/v4.3.2 https://github.com/zeromq/libzmq/releases/tag/v4.3.3 https://github.com/zeromq/libzmq/releases/tag/v4.3.4 PR: 255102 Approved by: koobs (maintainer, implicit) MFH: 2021Q2 Security: 21ec4428-bdaa-11eb-a04e-641c67a117d8 Security: 6954a2b0-bda8-11eb-a04e-641c67a117d8 Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
11 lines
285 B
C++
11 lines
285 B
C++
--- tests/testutil.hpp.orig 2021-01-03 21:46:02 UTC
|
|
+++ tests/testutil.hpp
|
|
@@ -45,6 +45,8 @@
|
|
#include <arpa/inet.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#endif
|
|
|
|
// This defines the settle time used in tests; raise this if we
|