$OpenBSD: patch-src_qt_src_corelib_concurrent_qtconcurrentiteratekernel_cpp,v 1.1 2016/09/10 13:03:43 ajacoutot Exp $
--- src/qt/src/corelib/concurrent/qtconcurrentiteratekernel.cpp.orig	Sat Sep 10 12:56:45 2016
+++ src/qt/src/corelib/concurrent/qtconcurrentiteratekernel.cpp	Sat Sep 10 12:57:21 2016
@@ -46,8 +46,8 @@
 #include <mach/mach_time.h>
 #include <unistd.h>
 #elif defined(Q_OS_UNIX)
-#if defined(Q_OS_HURD)
-#include <sys/time.h>
+#if defined(Q_OS_HURD) || defined(__OpenBSD__)
+#include <sys/time.h> /* gettimeofday */
 #endif
 #include <time.h>
 #include <unistd.h>
