Files
macports-ports/math/msieve/files/patch-time.diff

11 lines
298 B
Diff

--- include/util.h.orig 2021-11-11 21:35:14.000000000 +0100
+++ include/util.h 2021-11-11 21:36:15.000000000 +0100
@@ -56,6 +56,7 @@
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/time.h>
#if !defined(_MSC_VER) || _MSC_VER >= 1800
#include <inttypes.h>
#endif