ports/misc/librepo/files/patch-tests_test__checksum.c
Yuri Victorovich d5804c1bd0 misc/librepo: update 1.17.0 → 1.17.1
Reported by:	portscout
2024-03-27 00:32:09 -07:00

11 lines
258 B
C

--- 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"