1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 12:40:45 -04:00
ports/misc/librepo/files/patch-tests_test__checksum.c

11 lines
258 B
C

--- tests/test_checksum.c.orig 2020-09-20 19:02:27 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"