$OpenBSD: patch-include_nfsc_libnfs_h,v 1.1 2016/09/10 13:03:41 ajacoutot Exp $
--- include/nfsc/libnfs.h.orig	Sat Sep 10 10:44:50 2016
+++ include/nfsc/libnfs.h	Sat Sep 10 10:45:59 2016
@@ -31,6 +31,9 @@
 #if defined(__APPLE__) && defined(__MACH__)
 #include <sys/time.h>
 #endif
+#if defined(__OpenBSD__)
+#include <sys/time.h> /* gettimeofday */
+#endif
 
 #ifdef __cplusplus
 extern "C" {
