mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
12 lines
352 B
Diff
12 lines
352 B
Diff
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"
|