~ruther/guix-local

ref: 8f940ef48d0c593c5ed844f680d5986ad5e423e8 guix-local/gnu/packages/patches/containerd-fix-includes.patch -rw-r--r-- 415 bytes
8f940ef4 — Sergey Trofimov gnu: yt-dlp: Update to 2025.12.08. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
diff -u -r a/vendor/github.com/containerd/btrfs/btrfs.c b/vendor/github.com/containerd/btrfs/btrfs.c
--- a/vendor/github.com/containerd/btrfs/btrfs.c	2025-07-11 22:08:17.013769624 +0200
+++ b/vendor/github.com/containerd/btrfs/btrfs.c	2025-07-11 22:24:52.906525426 +0200
@@ -15,6 +15,7 @@
 */
 
 #include <stddef.h>
+#include <string.h>
 #include <linux/magic.h>
 #include <btrfs/ioctl.h>
 #include <btrfs/ctree.h>