$OpenBSD: patch-third_party_dawn_src_include_dawn_native_VulkanBackend_h,v 1.2 2021/10/29 14:49:42 robert Exp $

Index: third_party/dawn/src/include/dawn_native/VulkanBackend.h
--- third_party/dawn/src/include/dawn_native/VulkanBackend.h.orig
+++ third_party/dawn/src/include/dawn_native/VulkanBackend.h
@@ -63,7 +63,7 @@ namespace dawn_native { namespace vulkan {
     };
 
 // Can't use DAWN_PLATFORM_LINUX since header included in both Dawn and Chrome
-#ifdef __linux__
+#if defined(__linux__) || defined(__OpenBSD__)
 
         // Common properties of external images represented by FDs. On successful import the file
         // descriptor's ownership is transferred to the Dawn implementation and they shouldn't be
