mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 12:22:26 +01:00
11 lines
250 B
Diff
11 lines
250 B
Diff
--- libvirt-1.2.0.orig/src/storage/storage_backend_fs.c
|
|
+++ libvirt-1.2.0/src/storage/storage_backend_fs.c
|
|
@@ -30,6 +30,7 @@
|
|
#include <dirent.h>
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
+#include <paths.h>
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
|