$OpenBSD: patch-src_xattr_p_h,v 1.4 2020/03/23 18:01:07 rsadowski Exp $

Index: src/xattr_p.h
--- src/xattr_p.h.orig
+++ src/xattr_p.h
@@ -47,6 +47,8 @@
 #include <sys/types.h>
 #include <sys/extattr.h>
 #include <errno.h>
+#elif defined(Q_OS_OPENBSD)
+#include <errno.h>
 #elif defined(Q_OS_WIN)
 #include <windows.h>
 #define ssize_t SSIZE_T
