mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
11 lines
253 B
C
11 lines
253 B
C
--- 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>
|
|
|