mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Fixes: guix/guix#1165 * gnu/packages/patches/containerd-fix-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/docker.scm (containerd)[source]: Use patch. Change-Id: Ib6dc3d2bd7ab5de7726dce07ca904c9f27a492e7
11 lines
415 B
Diff
11 lines
415 B
Diff
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>
|