mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 08:36:54 +02:00
12 lines
566 B
Text
12 lines
566 B
Text
diff --git a/vendor/github.com/containers/storage/pkg/unshare/unshare.c b/vendor/github.com/containers/storage/pkg/unshare/unshare.c
|
|
index f5a7c3a2..c2528357 100644
|
|
--- a/vendor/github.com/containers/storage/pkg/unshare/unshare.c
|
|
+++ b/vendor/github.com/containers/storage/pkg/unshare/unshare.c
|
|
@@ -18,6 +18,7 @@
|
|
#include <sys/vfs.h>
|
|
#include <sys/mount.h>
|
|
#include <linux/limits.h>
|
|
+#include <libgen.h>
|
|
|
|
/* Open Source projects like conda-forge, want to package podman and are based
|
|
off of centos:6, Conda-force has minimal libc requirements and is lacking
|