aboutsummaryrefslogtreecommitdiffstats
path: root/misc/librepo/files/patch-librepo_checksum.c
blob: 2cc409949df25ae97097eb8fc551b22f7e316a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- librepo/checksum.c.orig	2020-09-20 18:54:37 UTC
+++ librepo/checksum.c
@@ -26,7 +26,7 @@
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/xattr.h>
+#include "xattr.h"
 #include <unistd.h>
 #include <openssl/evp.h>