$OpenBSD: patch-third_party_pdfium_core_fxcrt_cfx_datetime_cpp,v 1.5 2021/09/01 16:54:40 robert Exp $

Index: third_party/pdfium/core/fxcrt/cfx_datetime.cpp
--- third_party/pdfium/core/fxcrt/cfx_datetime.cpp.orig
+++ third_party/pdfium/core/fxcrt/cfx_datetime.cpp
@@ -11,7 +11,7 @@
 #include "third_party/base/check.h"
 
 #if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || \
-    defined(OS_APPLE) || defined(OS_ASMJS)
+    defined(OS_APPLE) || defined(OS_ASMJS) || defined(OS_BSD)
 #include <sys/time.h>
 #include <time.h>
 #endif
