missing include
This commit is contained in:
parent
f058c78344
commit
17c75d3b39
14
devel/kf5/kfilemetadata/patches/patch-src_xattr_p_h
Normal file
14
devel/kf5/kfilemetadata/patches/patch-src_xattr_p_h
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-src_xattr_p_h,v 1.1 2017/05/13 19:17:44 espie Exp $
|
||||
|
||||
Index: src/xattr_p.h
|
||||
--- src/xattr_p.h.orig
|
||||
+++ src/xattr_p.h
|
||||
@@ -41,6 +41,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
|
Loading…
x
Reference in New Issue
Block a user