aports/testing/lxd-lts/add-missing-includes.patch
Leonardo Arena 5dc9ac777f testing/lxd-lts: new aport
A container hypervisor and a new user experience for LXC

Long Term Support (LTS) release
2022-01-04 12:23:15 +01:00

15 lines
305 B
Diff

diff --git a/vendor/dqlite/src/vfs.c b/vendor/dqlite/src/vfs.c
index 31e138c..c5f9e9c 100644
--- a/vendor/dqlite/src/vfs.c
+++ b/vendor/dqlite/src/vfs.c
@@ -2,6 +2,9 @@
#include <sys/time.h>
#include <errno.h>
+#include <pthread.h>
+#include <sys/types.h>
+
#include <raft.h>
#include <sqlite3.h>