blob: 61a2b209a94ebe4d826aebc7ab37602d3dccfe89 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|