$OpenBSD: patch-third_party_pdfium_core_fxcrt_cfx_datetime_cpp,v 1.3 2021/10/29 14:49:42 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
