blob: a38bafed4b4424def23d4bf841375fad08573c29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tests/test_checksum.c.orig 2024-03-26 13:28:08 UTC
+++ tests/test_checksum.c
@@ -6,7 +6,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/xattr.h>
+#include "xattr.h"
#include <fcntl.h>
#include "librepo/util.h"
|