mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-29 23:42:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			567 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			567 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 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
 |