blob: 5b01d5d19a7d2ca2a0acc7d88cae01537940d616 (
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 8983738..8833695 100644
--- a/src/storage/storage_backend_fs.c
+++ b/src/storage/storage_backend_fs.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
+#include <paths.h>
#include <string.h>
#include "virerror.h"
|