mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- Relicensed from LGPL30+ to MPL20 Changelog: https://github.com/zeromq/libzmq/releases/tag/v4.3.5
11 lines
285 B
C++
11 lines
285 B
C++
--- tests/testutil.hpp.orig 2023-06-18 14:40:34 UTC
|
|
+++ tests/testutil.hpp
|
|
@@ -23,6 +23,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
|