aboutsummaryrefslogtreecommitdiffstats
path: root/main/libvirt/musl-fix-includes.patch
blob: 6b7cee93d5af7b9e75b67d42cd94f5daa33292fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/storage/storage_backend_fs.c b/src/storage/storage_backend_fs.c
index 0837443..0954e11 100644
--- a/src/storage/storage_backend_fs.c
+++ b/src/storage/storage_backend_fs.c
@@ -26,6 +26,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <paths.h>
 
 #include "virerror.h"
 #include "storage_backend_fs.h"