freebsd-ports/net/libzmq3/files/patch-tests_test__connect__delay.cpp
Muhammad Moinur Rahman 9cdcff7fcb net/libzmq3: Unbreak on armv7
- Pet portclippy
- Refresh patches
- Update MASTER_SITES to Github archive as the current is defunct
2024-01-12 23:37:11 +01:00

10 lines
231 B
C++

--- tests/test_connect_delay.cpp.orig 2013-11-13 17:57:23 UTC
+++ tests/test_connect_delay.cpp
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <time.h>
#include <string>
#undef NDEBUG